samuelandaudreymedia commited on
Commit
c58b4d0
·
verified ·
1 Parent(s): 646bdd2

Upload 17 files

Browse files
.gitattributes ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ llms-nomadic-samuel-youtube-transcripts-corpus.txt filter=lfs diff=lfs merge=lfs -text
2
+ llms-nomadic-samuel-youtube-transcripts-corpus.txt.gz filter=lfs diff=lfs merge=lfs -text
3
+ nomadic-samuel-youtube-transcripts.csv.gz filter=lfs diff=lfs merge=lfs -text
4
+ nomadic-samuel-youtube-transcripts.jsonl filter=lfs diff=lfs merge=lfs -text
5
+ nomadic-samuel-youtube-transcripts.jsonl.gz filter=lfs diff=lfs merge=lfs -text
CITATION.cff ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cff-version: 1.2.0
2
+ message: "If you use this dataset, please cite it as below."
3
+ type: dataset
4
+ title: "Nomadic Samuel YouTube Transcripts Corpus"
5
+ authors:
6
+ - family-names: "Jeffery"
7
+ given-names: "Samuel"
8
+ affiliation: "Samuel & Audrey Media Network"
9
+ orcid: "https://orcid.org/0009-0006-3748-9630"
10
+ email: "nomadicsamuel@gmail.com"
11
+ repository-code: "https://huggingface.co/datasets/samuelandaudreymedianetwork/nomadic-samuel-youtube-transcripts-corpus"
12
+ url: "https://huggingface.co/datasets/samuelandaudreymedianetwork/nomadic-samuel-youtube-transcripts-corpus"
13
+ doi: "10.5281/zenodo.18665640"
14
+ license: "CC-BY-NC-4.0"
15
+ keywords:
16
+ - YouTube transcripts
17
+ - Nomadic Samuel
18
+ - travel video transcripts
19
+ - transcript corpus
20
+ - creator archive
21
+ - travel media
DATA_DICTIONARY.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Nomadic Samuel YouTube Transcripts Corpus — Data Dictionary
2
+
3
+ This file defines the fields used in `nomadic-samuel-youtube-transcripts.jsonl` and `nomadic-samuel-youtube-transcripts.csv`.
4
+
5
+ | Field | Description |
6
+ |---|---|
7
+ | `record_id` | Stable dataset record identifier. |
8
+ | `record_type` | Record type. For this dataset, records use `youtube_transcript`. |
9
+ | `id` | Original source identifier, where available. |
10
+ | `dataset` | Current dataset slug. |
11
+ | `source_channel` | YouTube channel associated with the transcript. |
12
+ | `source_platform` | Source platform, usually YouTube. |
13
+ | `channel_url` | Canonical channel URL. |
14
+ | `video_id` | YouTube video identifier. |
15
+ | `url` | Canonical YouTube video URL. |
16
+ | `published_at` | Publication timestamp, where available. |
17
+ | `video_date` | Normalized publication date, where available. |
18
+ | `title` | Video or transcript title. |
19
+ | `view_count` | View count captured at export time, where available. |
20
+ | `tags_list` | Array of tags associated with the video. |
21
+ | `tags` | Tag string or source tag field, where available. |
22
+ | `language` | Normalized language code. |
23
+ | `lang` | Original or alternate language code field. |
24
+ | `text` | Cleaned continuous transcript text. |
25
+ | `text_with_breaks` | Transcript text retaining line or paragraph breaks, where available. |
26
+ | `srt` | Original subtitle-style transcript payload with timing information. |
27
+ | `original_filename` | Original source transcript filename, where available. |
28
+ | `content_hash` | Hash for deduplication or integrity checks, where available. |
29
+ | `license` | Dataset license. |
30
+ | `position` | Field preserved from the source transcript export. |
31
+ | `youtube_title` | Field preserved from the source transcript export. |
32
+ | `channel` | Field preserved from the source transcript export. |
33
+ | `domain` | Field preserved from the source transcript export. |
34
+ | `source` | Field preserved from the source transcript export. |
35
+ | `caption_source` | Field preserved from the source transcript export. |
36
+ | `caption_track_kind` | Field preserved from the source transcript export. |
37
+ | `missing_transcript` | Field preserved from the source transcript export. |
38
+
39
+ ## Notes
40
+
41
+ The dataset preserves transcript text and SRT timing payloads as source corpus material. Cleanup focused on package naming, documentation, metadata consistency, valid dataset-card metadata, and file organization.
42
+
43
+ The `text` field is best for retrieval and summarization. The `srt` field is useful when caption timing or video alignment matters.
LICENSE.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Creative Commons Attribution-NonCommercial 4.0 International Public License (CC BY-NC 4.0)
2
+
3
+ Copyright (c) 2026 Samuel & Audrey Media Network
4
+
5
+ This dataset and its contents are made available under the Creative Commons Attribution-NonCommercial 4.0 International License.
6
+
7
+ You are free to share and adapt the material for non-commercial purposes with appropriate attribution.
8
+
9
+ For commercial licensing inquiries, expanded usage rights, or exceptions, please contact:
10
+ nomadicsamuel@gmail.com
11
+
12
+ Full legal code:
13
+ https://creativecommons.org/licenses/by-nc/4.0/legalcode
MANIFEST.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "nomadic-samuel-youtube-transcripts-corpus",
3
+ "title": "Nomadic Samuel YouTube Transcripts Corpus",
4
+ "generated_utc": "2026-05-21T21:31:55.478779+00:00",
5
+ "records_total": 143,
6
+ "record_counts_by_type": {
7
+ "youtube_transcript": 143
8
+ },
9
+ "canonical_dataset_url": "https://huggingface.co/datasets/samuelandaudreymedianetwork/nomadic-samuel-youtube-transcripts-corpus",
10
+ "channel_url": "https://youtube.com/@nomadicsamuel",
11
+ "doi": "10.5281/zenodo.18665640",
12
+ "license": "CC-BY-NC-4.0",
13
+ "snapshot": {
14
+ "records_with_titles": 143,
15
+ "records_with_urls": 143,
16
+ "records_with_srt_payloads": 143,
17
+ "records_with_view_counts": 143,
18
+ "language_counts": {
19
+ "en": 143
20
+ },
21
+ "approx_total_words": 521941,
22
+ "approx_total_characters": 2610113
23
+ },
24
+ "cleanup_note": "Replaced oversized all-in-one llms.txt with a short guide plus separate full export; removed invalid Hugging Face task-category metadata; aligned repository references to current dataset slug.",
25
+ "files": {
26
+ ".gitattributes": {
27
+ "bytes": 127,
28
+ "sha256": "f884ab5acc3c44d244496ca3be708ee0bb81d627d6b78ba33331abd90b1d7f68"
29
+ },
30
+ "CITATION.cff": {
31
+ "bytes": 771,
32
+ "sha256": "ad29e0f88f63b58f57e89588c4bcd420291cd810cfe52d18ce7678544a0a1767"
33
+ },
34
+ "DATA_DICTIONARY.md": {
35
+ "bytes": 2517,
36
+ "sha256": "a461f6f580e117cfa82f8cfa87fc834fe7645c27293a0d5cfd881f11867a1889"
37
+ },
38
+ "LICENSE.txt": {
39
+ "bytes": 565,
40
+ "sha256": "2cbdc48c2204869175a999956b8be6d3fbf1b0f00397da43c85ee072e7a8f841"
41
+ },
42
+ "MANIFEST.json": {
43
+ "bytes": 3517,
44
+ "sha256": "b6ea859db126bc87d2c86c0a6bc37e49078c5a9751bb3096ce564e36ca5db3cc"
45
+ },
46
+ "README.md": {
47
+ "bytes": 5215,
48
+ "sha256": "c346127419a038c85e30b4869dd6bcff0c3019dec6d75cf9b06a442917837a3c"
49
+ },
50
+ "SCHEMA.json": {
51
+ "bytes": 2252,
52
+ "sha256": "4aa7f69464ff5f389454e6a0899b5c4b1ee4edea19d016a3665f76b8c6e3af0d"
53
+ },
54
+ "llms-nomadic-samuel-youtube-transcripts-corpus.txt": {
55
+ "bytes": 10728867,
56
+ "sha256": "f70ec17624c3e0796011136118c6ddea7f778565f27eca99a103d665f9b4f915"
57
+ },
58
+ "llms-nomadic-samuel-youtube-transcripts-corpus.txt.gz": {
59
+ "bytes": 3139193,
60
+ "sha256": "5d2f0bcd45ed237169954535efaacb809f3357e4c72fcb6d1ae269f30965734c"
61
+ },
62
+ "llms.txt": {
63
+ "bytes": 659,
64
+ "sha256": "331984727615d714e91f65b53ae6cbd385c607cead783e5b74c1ef2906f71ec3"
65
+ },
66
+ "llms.txt.gz": {
67
+ "bytes": 381,
68
+ "sha256": "c64451b9531adbf5737f81748433bd2b2bf1e8f7b20a9ee0c8510aa9d9076ef7"
69
+ },
70
+ "nomadic-samuel-list.csv": {
71
+ "bytes": 82872,
72
+ "sha256": "a1196f9f45eaf3f4913c8101d16e8a67fca453a47531ca23d89afd3beda4a459"
73
+ },
74
+ "nomadic-samuel-list.csv.gz": {
75
+ "bytes": 26469,
76
+ "sha256": "356e90f0ebc4451b5bd08bcfa6bf982249f9e3ee0c481a85be56d618bfb7244f"
77
+ },
78
+ "nomadic-samuel-youtube-transcripts.csv": {
79
+ "bytes": 10279014,
80
+ "sha256": "d926eb7e5c7dbf8c5ca1b6ff9b9973f7942afc164be35b2f3d85c0365646d3d5"
81
+ },
82
+ "nomadic-samuel-youtube-transcripts.csv.gz": {
83
+ "bytes": 3042604,
84
+ "sha256": "86285df8d1b0cbd85a028c1cf2180d8081ad01e0d20e9bbec240667a35797bba"
85
+ },
86
+ "nomadic-samuel-youtube-transcripts.jsonl": {
87
+ "bytes": 10728486,
88
+ "sha256": "f21074c41b44315fa2defe89f8003865227e5edbecc79ac7e175a4e5406042c5"
89
+ },
90
+ "nomadic-samuel-youtube-transcripts.jsonl.gz": {
91
+ "bytes": 3139021,
92
+ "sha256": "b572c014b4e8827a345120d16954214e8e0f77b3a4ad33bb6fd327ed7aabd9d6"
93
+ }
94
+ }
95
+ }
README.md ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ language:
4
+ - en
5
+ task_categories:
6
+ - text-generation
7
+ - question-answering
8
+ - summarization
9
+ - text-retrieval
10
+ tags:
11
+ - youtube-transcripts
12
+ - travel
13
+ - travel-transcripts
14
+ - travel-narrative
15
+ - creator-archive
16
+ - transcript-corpus
17
+ - video-transcripts
18
+ - nomadic-samuel
19
+ - retrieval
20
+ size_categories:
21
+ - n<1K
22
+ ---
23
+
24
+ # Nomadic Samuel YouTube Transcripts Corpus
25
+
26
+ This dataset contains a curated corpus of full-length English transcript records from the **Nomadic Samuel** YouTube channel.
27
+
28
+ The corpus includes **143 video transcript records** with cleaned transcript text, original subtitle-style `.srt` payloads, video metadata, tags, view counts captured at export time, source URLs, and caption timing information where available.
29
+
30
+ It is intended for non-commercial research, transcript search, retrieval workflows, media archive organization, travel narration analysis, and study of long-form creator-authored video content.
31
+
32
+ The dataset focuses only on videos where complete transcript material was available at the time of export.
33
+
34
+ ## Canonical links
35
+
36
+ - Hugging Face dataset: https://huggingface.co/datasets/samuelandaudreymedianetwork/nomadic-samuel-youtube-transcripts-corpus
37
+ - GitHub repository: https://github.com/samuelandaudreymedianetwork/nomadic-samuel-youtube-transcripts-corpus
38
+ - Zenodo DOI: https://doi.org/10.5281/zenodo.18665640
39
+ - YouTube channel: https://youtube.com/@nomadicsamuel
40
+
41
+ ## Dataset contents
42
+
43
+ | Record type | Count |
44
+ |---|---:|
45
+ | `youtube_transcript` | 143 |
46
+
47
+ ## Snapshot details
48
+
49
+ | Field | Value |
50
+ |---|---:|
51
+ | Transcript records | 143 |
52
+ | Records with titles | 143 |
53
+ | Records with URLs | 143 |
54
+ | Records with SRT payloads | 143 |
55
+ | Records with view counts | 143 |
56
+ | Language | English |
57
+ | Approximate total transcript words | 521,941 |
58
+ | Approximate total transcript characters | 2,610,113 |
59
+
60
+ ## What is included
61
+
62
+ - cleaned continuous transcript text
63
+ - original `.srt` subtitle payloads with timing information
64
+ - YouTube video identifiers and canonical URLs
65
+ - video titles and publication metadata
66
+ - tags and view counts at export time, where available
67
+ - source-channel metadata
68
+ - JSONL and CSV formats
69
+ - curated video list
70
+ - data dictionary, schema, citation file, license file, manifest, checksums, and llms exports
71
+
72
+ Each JSONL or CSV row represents one video transcript record.
73
+
74
+ ## Files
75
+
76
+ - `nomadic-samuel-youtube-transcripts.jsonl` — canonical structured transcript records
77
+ - `nomadic-samuel-youtube-transcripts.jsonl.gz` — compressed JSONL
78
+ - `nomadic-samuel-youtube-transcripts.csv` — spreadsheet-friendly export
79
+ - `nomadic-samuel-youtube-transcripts.csv.gz` — compressed CSV
80
+ - `nomadic-samuel-list.csv` — metadata list for the selected videos
81
+ - `nomadic-samuel-list.csv.gz` — compressed selected-video list
82
+ - `DATA_DICTIONARY.md` — field definitions
83
+ - `SCHEMA.json` — machine-readable schema
84
+ - `CITATION.cff` — citation metadata
85
+ - `LICENSE.txt` — license text
86
+ - `MANIFEST.json` — package manifest
87
+ - `SHA256SUMS.txt` — file checksums
88
+ - `llms.txt` — short machine-readable dataset guide
89
+ - `llms-nomadic-samuel-youtube-transcripts-corpus.txt` — full plain-text JSONL export
90
+
91
+ ## Potential use cases
92
+
93
+ This dataset may be useful for:
94
+
95
+ - searching a curated YouTube transcript archive
96
+ - summarizing long-form travel video transcripts
97
+ - studying travel narration and creator-authored video language
98
+ - extracting destinations, foods, transport references, prices, and logistics
99
+ - comparing spoken travel media with written travel articles
100
+ - organizing historical video archives
101
+ - caption review, subtitle alignment, and transcript analysis
102
+ - non-commercial retrieval and question-answering workflows
103
+
104
+ ## Limitations
105
+
106
+ This dataset contains transcript text and metadata, not video files.
107
+
108
+ The corpus is not a complete archive of every Nomadic Samuel video. It includes records that had complete transcript material available during the export process.
109
+
110
+ Automatic or manually edited transcripts may contain transcription errors, punctuation issues, spelling variation, filler words, repeated phrases, or timing artifacts. Travel details, prices, transport routes, business information, and destination conditions may have changed since the videos were published.
111
+
112
+ View counts, video availability, titles, tags, and metadata may change after export.
113
+
114
+ ## Notes on cleanup and naming
115
+
116
+ The public Hugging Face repository uses the stable slug `nomadic-samuel-youtube-transcripts-corpus`. The canonical data files retain the concise `nomadic-samuel-youtube-transcripts` basename because it matches the source channel and original corpus identity.
117
+
118
+ The previous full `llms.txt` bundle was replaced with a short `llms.txt` guide plus a separate full export file named `llms-nomadic-samuel-youtube-transcripts-corpus.txt`.
119
+
120
+ Invalid Hugging Face task-category metadata from the earlier package was removed.
121
+
122
+ ## License
123
+
124
+ Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0).
125
+
126
+ For commercial licensing inquiries, expanded usage rights, or partnership questions, contact nomadicsamuel@gmail.com.
127
+
128
+ ## Citation
129
+
130
+ Samuel & Audrey Media Network. (2026). *Nomadic Samuel YouTube Transcripts Corpus*. Zenodo. https://doi.org/10.5281/zenodo.18665640
SCHEMA.json ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "title": "Nomadic Samuel YouTube Transcripts Corpus",
4
+ "description": "Structured transcript corpus from the Nomadic Samuel YouTube channel.",
5
+ "type": "object",
6
+ "additionalProperties": true,
7
+ "properties": {
8
+ "record_id": {
9
+ "type": "string"
10
+ },
11
+ "record_type": {
12
+ "type": "string"
13
+ },
14
+ "id": {
15
+ "type": [
16
+ "string",
17
+ "null"
18
+ ]
19
+ },
20
+ "dataset": {
21
+ "type": "string"
22
+ },
23
+ "source_channel": {
24
+ "type": [
25
+ "string",
26
+ "null"
27
+ ]
28
+ },
29
+ "source_platform": {
30
+ "type": [
31
+ "string",
32
+ "null"
33
+ ]
34
+ },
35
+ "channel_url": {
36
+ "type": [
37
+ "string",
38
+ "null"
39
+ ]
40
+ },
41
+ "video_id": {
42
+ "type": [
43
+ "string",
44
+ "null"
45
+ ]
46
+ },
47
+ "url": {
48
+ "type": [
49
+ "string",
50
+ "null"
51
+ ]
52
+ },
53
+ "published_at": {
54
+ "type": [
55
+ "string",
56
+ "null"
57
+ ]
58
+ },
59
+ "video_date": {
60
+ "type": [
61
+ "string",
62
+ "null"
63
+ ]
64
+ },
65
+ "title": {
66
+ "type": [
67
+ "string",
68
+ "null"
69
+ ]
70
+ },
71
+ "view_count": {
72
+ "type": [
73
+ "number",
74
+ "integer",
75
+ "string",
76
+ "null"
77
+ ]
78
+ },
79
+ "tags_list": {
80
+ "type": [
81
+ "array",
82
+ "string",
83
+ "null"
84
+ ]
85
+ },
86
+ "tags": {
87
+ "type": [
88
+ "array",
89
+ "string",
90
+ "null"
91
+ ]
92
+ },
93
+ "language": {
94
+ "type": [
95
+ "string",
96
+ "null"
97
+ ]
98
+ },
99
+ "lang": {
100
+ "type": [
101
+ "string",
102
+ "null"
103
+ ]
104
+ },
105
+ "text": {
106
+ "type": [
107
+ "string",
108
+ "null"
109
+ ]
110
+ },
111
+ "text_with_breaks": {
112
+ "type": [
113
+ "string",
114
+ "null"
115
+ ]
116
+ },
117
+ "srt": {
118
+ "type": [
119
+ "string",
120
+ "null"
121
+ ]
122
+ },
123
+ "original_filename": {
124
+ "type": [
125
+ "string",
126
+ "null"
127
+ ]
128
+ },
129
+ "content_hash": {
130
+ "type": [
131
+ "string",
132
+ "null"
133
+ ]
134
+ },
135
+ "license": {
136
+ "type": [
137
+ "string",
138
+ "null"
139
+ ]
140
+ }
141
+ },
142
+ "required": [
143
+ "record_id",
144
+ "record_type",
145
+ "video_id",
146
+ "title",
147
+ "text"
148
+ ]
149
+ }
SHA256SUMS.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ f884ab5acc3c44d244496ca3be708ee0bb81d627d6b78ba33331abd90b1d7f68 .gitattributes
2
+ ad29e0f88f63b58f57e89588c4bcd420291cd810cfe52d18ce7678544a0a1767 CITATION.cff
3
+ a461f6f580e117cfa82f8cfa87fc834fe7645c27293a0d5cfd881f11867a1889 DATA_DICTIONARY.md
4
+ 2cbdc48c2204869175a999956b8be6d3fbf1b0f00397da43c85ee072e7a8f841 LICENSE.txt
5
+ a41f4359be0fcf7c4bc861a4f1a4d800be7adbbccd6111711fff05a6d7273b3d MANIFEST.json
6
+ c346127419a038c85e30b4869dd6bcff0c3019dec6d75cf9b06a442917837a3c README.md
7
+ 4aa7f69464ff5f389454e6a0899b5c4b1ee4edea19d016a3665f76b8c6e3af0d SCHEMA.json
8
+ f70ec17624c3e0796011136118c6ddea7f778565f27eca99a103d665f9b4f915 llms-nomadic-samuel-youtube-transcripts-corpus.txt
9
+ 5d2f0bcd45ed237169954535efaacb809f3357e4c72fcb6d1ae269f30965734c llms-nomadic-samuel-youtube-transcripts-corpus.txt.gz
10
+ 331984727615d714e91f65b53ae6cbd385c607cead783e5b74c1ef2906f71ec3 llms.txt
11
+ c64451b9531adbf5737f81748433bd2b2bf1e8f7b20a9ee0c8510aa9d9076ef7 llms.txt.gz
12
+ a1196f9f45eaf3f4913c8101d16e8a67fca453a47531ca23d89afd3beda4a459 nomadic-samuel-list.csv
13
+ 356e90f0ebc4451b5bd08bcfa6bf982249f9e3ee0c481a85be56d618bfb7244f nomadic-samuel-list.csv.gz
14
+ d926eb7e5c7dbf8c5ca1b6ff9b9973f7942afc164be35b2f3d85c0365646d3d5 nomadic-samuel-youtube-transcripts.csv
15
+ 86285df8d1b0cbd85a028c1cf2180d8081ad01e0d20e9bbec240667a35797bba nomadic-samuel-youtube-transcripts.csv.gz
16
+ f21074c41b44315fa2defe89f8003865227e5edbecc79ac7e175a4e5406042c5 nomadic-samuel-youtube-transcripts.jsonl
17
+ b572c014b4e8827a345120d16954214e8e0f77b3a4ad33bb6fd327ed7aabd9d6 nomadic-samuel-youtube-transcripts.jsonl.gz
llms-nomadic-samuel-youtube-transcripts-corpus.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f70ec17624c3e0796011136118c6ddea7f778565f27eca99a103d665f9b4f915
3
+ size 10728867
llms-nomadic-samuel-youtube-transcripts-corpus.txt.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d2f0bcd45ed237169954535efaacb809f3357e4c72fcb6d1ae269f30965734c
3
+ size 3139193
llms.txt ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Nomadic Samuel YouTube Transcripts Corpus
2
+
3
+ This dataset contains 143 full-length English YouTube transcript records from the Nomadic Samuel channel.
4
+
5
+ Canonical dataset:
6
+ https://huggingface.co/datasets/samuelandaudreymedianetwork/nomadic-samuel-youtube-transcripts-corpus
7
+
8
+ Zenodo DOI:
9
+ https://doi.org/10.5281/zenodo.18665640
10
+
11
+ YouTube channel:
12
+ https://youtube.com/@nomadicsamuel
13
+
14
+ Recommended files:
15
+ - nomadic-samuel-youtube-transcripts.jsonl
16
+ - nomadic-samuel-youtube-transcripts.csv
17
+ - nomadic-samuel-list.csv
18
+ - DATA_DICTIONARY.md
19
+ - SCHEMA.json
20
+ - CITATION.cff
21
+
22
+ Records:
23
+ - 143 youtube_transcript records
24
+
25
+ License:
26
+ CC BY-NC 4.0
27
+
28
+ Contact:
29
+ nomadicsamuel@gmail.com
llms.txt.gz ADDED
Binary file (381 Bytes). View file
 
nomadic-samuel-list.csv ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ videoId,publishedAt,videoTitle,tags,view_count
2
+ rf5Y_kBjSV8,2022-07-22T15:15:02Z,"Argentine Parrilla feast for lunch in Esquel, Argentina! We ate Bife de Chorizo and Vacio!","argentine parrilla,parrilla,argentina parrilla,parrilla in argentina,parrilla feast,parrilla lunch,bife de chorizo,vacio,argentine meat feast,eating argentine steak,bife de chorizo in argentina,vacio in argentina,argentina vacio,argentina bife de chorizo,esquel,esquel chubut,esquel argentina,food,parrilla asado,asado parrilla,lunch parrilla,food in argentina,cuisine,argentine food,argentine cuisine,what to eat in argentina,lunch in argentina,tasty,eat",18729
3
+ a2r92UE7WII,2022-06-24T15:00:00Z,"Best Pizza in the World in Buenos Aires, Argentina? Pizza Tour at El Palacio de la Pizza Pizzeria","best pizza in buenos aires,best pizza in the world,best pizza in the world buenos aires,buenos aires best pizza,El Palacio de la Pizza,El Palacio de la Pizza Pizzeria,pizzeria el palacio de la pizza,pizza,pizza buenos aires,buenos aires pizza,pizza in buenos aires,pizza slices in buenos aires,pizza tour buenos aires,pizza tour in buenos aires,buenos aires pizza tour,food,pizzas,best places to eat in pizza in buenos aires,best pizza,buenos aires,argentina,eating",30086
4
+ p_DEvCkIwoc,2022-04-29T15:00:22Z,"Classic Argentine Breakfast in Buenos Aires, Argentina: Eating Medialuna and Drinking Café Con Leche","argentine breakfast,classic argentine breakfast,breakfast in buenos aires,breakfast in buenos aires argentina,classic argentine breakfast in buenos aires,classic breakfast in buenos aires,buenos aires,argentina,buenos aires argentina,what to eat for breakfast in buenos aires,what to eat for breakfast in argentina,cafe con leche,medialuna,medialunas,coffee in argentina,coffee in buenos aires,desayuno,eating breakfast in buenos aires,food,breakfast,travel,eat,toast,yum",23841
5
+ d4aYyawxKmI,2020-12-08T17:00:12Z,"Father‑Son 50 lb Weight‑Loss Journey 🏃‍♂️ | Intermittent Fasting, Daily Workouts & Diabetes Reversal","weight loss,weight loss challenge,50 lbs weight loss,lifestyle changes,father and son weight loss,healthy eating,fasting for weight loss,fasting for health benefits,fasting,50 pounds weight loss,weight loss for health,healthy weight loss,eating healthy,50 pounds in 3 months,healthy lifestyle,father and son weight loss challenge,father and son,losing weight,dad and son weight loss,eating healthy for weight loss,fasting for health and weight loss,Exercising",31112
6
+ 1a2e6cZvBSA,2020-02-15T17:00:50Z,"Ukrainian Food Guide 🇺🇦 | 35 Must‑Try Dishes in Kyiv and Lviv – Borscht, Varenyky, Banosh + More","ukraine food guide,ukrainian cuisine,ukrainian food,ukraine food,best ukrainian cuisine,best ukrainian food,food of ukraine,food guide,what to eat in ukraine,eating ukrainian food,ukrainian food tour,ukrainian dishes,trying ukrainian food,ukrainian restaurants,traditional ukrainian food,best of ukrainian food,contemporary ukrainian food introduction to ukrainian cuisine,intro ukrainian food,ukraine,ukraine restaurants,kyiv food,lviv food,food,travel,eat",44435
7
+ 6OhD3a4siEc,2020-02-06T02:01:50Z,"Taipei Night‑Market Street‑Food Guide 🇹🇼 | 19 Must‑Try Snacks at Shilin, Ningxia and Raohe Markets","taiwanese street food,taiwanese street food guide,taipei street food,best night markets taipei,best night markets taiwan,best taiwanese street food,best taipei street food,taiwanese street food tour,street food,taiwan,taipei,taipei taiwan,street food taipei,street food taiwan,taiwan street food,taipei street food guide,street food guide,best street food in taiwan,best street food in taipei,night market taipei,night market taiwan,street food night market",22064
8
+ O4y0izyp_7c,2019-03-19T22:07:45Z,"Fiesta Nacional del Asado en Cholila, Chubut | Patagonia, Argentina","fiesta del asado,fiesta nacional del asado,cholila asado,fiesta del asado 2019,cholila chubut,fiesta de cholila 2019,fiesta del asado cholila,cholila argentina,asado,cholila patagonia,cholila fiesta del asado 2019,asado en chubut,asado en cholila,asado argentina,asado argentino,cholila,biggest asado,argentine barbecue,argentine asado,argentina,gaucho jineteando,asado 2019,grande asado,asado cordero,gaucho,patagonia,asado patagonico,asado patagonia",217657
9
+ 4ogYLmHYZb0,2018-08-24T13:00:01Z,"Nepal Travel Guide 🇳🇵 | Kathmandu and Pokhara Temples, Food, Lake‑Hikes and Bus Tips","nepal travel guide,nepal travel,nepal,नेपाली यात्रा गाइड,nepal guide,travel guide to nepal,things to do in nepal,nepal trip,nepal itinerary,nepal things to do,nepal tourism,नेपाल यात्रा,nepal attractions,nepal must see,visit nepal,nepal tour,kathmandu to pokhara,kathmandu nepal,नेपाल,travel guide,pokhara nepal,nepal bus ride,nepali food,kathmandu travel,pokhara travel,kathmandu travel guide,nepalese food,pokhara travel guide,nepali,travel,food",68026
10
+ pP1l3p-xphs,2018-08-18T14:00:07Z,"Ultimate India Travel Guide 🇮🇳 | 3‑Week Delhi‑to‑Kolkata Itinerary, Trains, Food & Top 7 Cities","india travel guide,india travel,india,india guide,भारत यात्रा गाइड,things to do in india,india itinerary,india trip,travel guide to india,india travel compilation,इंडिया,india things to do,delhi to kolkata,india tourism,india attractions,india must see,भारत यात्रा,india tour,visit india,india train rides,india must do,delhi travel,rajasthan travel,indian food,agra,varanasi,delhi,kolkata,jaipur,jodhpur,jaisalmer,travel guide,travel,food,trip,indian,in",31526
11
+ Ygssix9kW-A,2018-05-08T16:00:04Z,Antigua Travel Video (Cinematic B-Roll),"antigua,antigua travel,antigua travel video,antigua travel guide,antigua and barbuda,antigua and barbuda travel,antigua and barbuda travel video,antigua 2018,antigua travel diary,antigua b-roll,antigua and barbuda 2018,antigua cinematic,antigua sailing week,antigua beaches,devil's bridge antigua,shirley heights antigua,antigua cooking,devil's bridge,antigua travel cinematic,antigua food,antigua rum,travel,video,travel video,cinematic,caribbean,b-roll",11255
12
+ T5LB8BjFxUw,2018-01-01T08:30:04Z,"Brazilian Food Tour 🇧🇷 | 12 Must‑Try Dishes in Rio and São Paulo – Churrasco, Feijoada, Brigadeiro","brazilian food,brazil food guide,brazil food,brazilian cuisine,brasil food,cuisine of brazil,cuisine of brasil,what to eat in brazil,food of brazil,sao paulo food,brazil food compilation,food of brasil,rio food,brazilian,food guide,rio de janeiro food,brazil,food compilation,sao paulo restaurants,sao paulo eats,são paulo eats,são paulo food,rio eats,rio de janeiro eats,brazilian restaurant,rio de janeiro restaurants,food,travel,brasil,eats,video",230927
13
+ aUxuNcW6Zoo,2017-12-15T11:00:01Z,Nepal Travel Video ( नेपाल यात्रा भिडियो) - A Visual Journey (Cinematic B-Roll),"nepal,nepal travel video,nepal travel,visual journey,नेपाल यात्रा भिडियो,नेपाल,kathmandu travel video,nepal video,नेपाल यात्रा,kathmandu nepal,नेपाल पर्यटन,pokhara nepal,kathmandu,pokhara,kathmandu travel,pokhara travel,pokhara travel video,kathmandu video,pokhara video,visit nepal,पोखरा,visit kathmandu,visit pokhara,काठमाडौं,pokhara boat ride,Phewa Lake,pokhara hike,Swayambhunath,फेवा ताल,Durbar,travel,visual,cinematic,visuals,nepali,food,vlog,b-roll",61222
14
+ CKjxKmgRzNs,2017-12-01T18:00:01Z,"Visit MACAU City Guide | What to SEE, DO & EAT in MACAU Travel Tips (澳門 - 澳门)","macau city guide,macau travel tips,macau city,macau,macau casinos,macau travel,macau attractions,Macau day trip,macau transportation,macau street food,macau prices,macau travel advice,macanese food,macau on a budget,macau museums,macau restaurants,macau hotels,macau food,macau architecture,Hong Kong to Macau,macau free things to do,macau things to do,macau expenses,Hong Kong day trip,macau free attractions,澳門,澳门,Taipa,氹仔島,Senado Square,氹仔岛,sar",9815
15
+ lNN67sVLq_Y,2017-11-01T18:00:04Z,"25 BEST Things to Do in HONG KONG 🇭🇰 | Complete Hong Kong Travel Guide, Food, Tips & Costs","hong kong city guide,hong kong city,hong kong,hong kong travel tips,香港,hong kong travel,hong kong attractions,hong kong hotels,hong kong transportation,hong kong travel advice,hong kong on a budget,hong kong museums,hong kong restaurants,hong kong dim sum,hong kong nightlife,hong kong architecture,hong kong things to do,hong kong expenses,hong kong prices,hong kong free attractions,hong kong free things to do,travel,food,dim sum,star ferry,peak,tram,hk",16975
16
+ MOZBq66W5JE,2017-10-18T21:30:01Z,"Visit TAIPEI City Guide | What to SEE, DO & EAT in Taipei, Taiwan Travel Tips (臺北市)","taipei city guide,taipei travel tips,taipei city,taipei,臺北市,taiwan,taiwan travel tips,taipei travel,taiwan travel,taipei expenses,taipei attractions,taipei travel advice,taipei night markets,taipei restaurants,taipei prices,taipei street food,taiwanese street food,taipei nightlife,taipei things to do,taipei on a budget,taiwan street food,taipei free attractions,taipei hotels,taipei transportation,taiwan things to,taipei museums,taipei architecture",10273
17
+ ROOWfxFFYQM,2017-09-24T06:00:00Z,Austria (Tirol Österreich) Travel Video - A Visual Journey (Cinematic B-Roll),"Austria,Tirol,Austria travel,Tirol travel,Tyrol travel,Tirol Travel Video,Austria Travel Video,Tirol Austria,Tirol Österreich,Tyrol Austria,Tyrol,Austria Tirol,Tyrol things to do,Tirol tourism,Österreich,Tyrol tourism,Austria things to do,Tirol things to do,Austria tourism,Austrian,Alpbachtal,cinematic,b-roll,Alpbach,Austria attractions,Tirol attractions,Austria cow parade,Tirol cow parade,Austria hiking,Austrian food,Visual Journey,travel,alps,hiking",43214
18
+ kXL-TB3D3AQ,2017-04-10T15:30:01Z,"Peru Food Tour: MUST-TRY Peruvian Street Food & Traditional Dishes in Lima, Cusco, & the Amazon!","Peru Food Guide,Peruvian Food Guide,Peruvian Food,Peru Food,Peruvian Cuisine,eating peruvian food,Peru Cuisine,food of peru,peruvian food compilation,trying peruvian food,peruvian food tour,try peruvian food,peruvian food in peru,peru food compilation,peruvian food and culture,gastronomía del Perú,peruvian gastronomy,food guide,cocina peruana,comida peruana,Peruvian eats,peruvian restaurant,food comilation,peru,lima peru,lima,food,travel,eat,Taste",14686
19
+ 7AwNf2X33_k,2017-04-10T15:30:01Z,"ULTIMATE SEOUL FOOD TOUR 🇰🇷: Must-Try Korean Foods & Restaurants (Street Eats, Barbecue & More!)","Korean Cuisine,Korean Food,seoul food guide,Food Guide to South Korea,Korea Food Guide,Korean Food Guide,Korea Food,korea cuisine,seoul eats,seoul food,South Korean Food,seoul restaurant,South Korea Food,korean food challenge,korean food documentary,Korean Food Review,trying Korean Food,Korean Food Taste Test,korean food eating,Korean Food Compilation,eating korean food,seoul food tour,People Try Korean Food,korean meal,seoul meal,food,travel,eat",56228
20
+ qL13lvgyGJk,2017-04-10T15:30:01Z,Ultimate ARGENTINIAN FOOD Guide 🇦🇷 | 12 Must‑Try Dishes in Buenos Aires & Beyond in Argentina,"Argentinian Cuisine,Argentine Cuisine,Argentine Food,Argentina Food,Argentina Food Guide,Argentinian Food,Argentinian Food Guide,Argentine Food Guide,food of argentina,food guide argentina,Argentina meals,argentina food review,Buenos Aires meals,Buenos Aires food,Argentina eats,argentina,Argentine eats,Argentinian eats,comida argentina,argentina what to eat,Argentinian Restaurant,gastronomía de Argentina,cocina argentina,argentine,cuisine,food,Travel",64813
21
+ lQQxM9hMwKE,2017-04-10T15:30:01Z,"Ultimate Peru Travel Guide 🇵🇪 | Machu Picchu, Inca Trail, Cusco, Lima, Amazon & Lake Titicaca!","Peru,Peru Travel Guide,Peru Travel,Things to do in Peru,peru guide,Visit Peru,Best things to do in Peru,Peru attractions,Peru things to do,Peru tourism,peru tour guide,Peru trip,Peru what to do,Peru places to go,Peru must see,peru places to visit,Perú,Perú turismo,Peru itinerary,Peru tour,Peru food,Lima,Perú guia turistica,travel guide,Machu Picchu,Peruvian food,Cusco,Peru restaurants,Peruvian restaurants,Inca Trail,Peruvian,travel,guide,Food",185959
22
+ HWgX0mggBxo,2017-04-10T15:30:00Z,Seoul Korean Food Tour 🇰🇷 | 11 Must‑Try Dishes & Street‑Food Compilation (Noryangjin → Namdaemun),"Korean Food,Korean Food Guide,Korea Food,Korea Food Guide,South Korean Food,South Korea Food,Korean Cuisine,korean food challenge,korean food documentary,korean food eating,eating korean food,korea cuisine,seoul food,food of south korea,seoul eats,seoul restaurant,seoul food tour,seoul food guide,korean meal,cuisine of korea,seoul meal,korean street food,korean eats,seoul street food,korean barbecue,korean markets,korean,food,travel,cuisine,eat",13803
23
+ KVFMaT1_tf0,2017-04-10T15:30:00Z,ULTIMATE Argentina Food Tour 🇦🇷 | Iconic Street Foods & Best Restaurants in Buenos Aires & Beyond,"Argentina Food,Argentina Food Guide,Argentine Food Guide,Argentinian Food Guide,Argentine Cuisine,Argentine Food,Argentinian Food,best food in argentina,Argentinian Cuisine,argentine food compilation,argentina food compilation,argentinian food compilation,Argentinian eats,Argentine Restaurant,Argentinian Restaurant,Argentina meals,Buenos Aires food,Argentina eats,Argentine eats,gastronomía de Argentina,comida argentina,cocina argentina,cuisine,food,Eat",24938
24
+ vUwC10DOSG0,2017-04-10T15:26:10Z,"Ultimate Taipei Food Tour 🇹🇼 | Best Street Eats, Night Markets & Iconic Taiwanese Dishes","taiwanese food,taiwanese food guide,臺灣菜,taiwanese food compilation,taiwan food compilation,food compilation taiwan,taiwan food,taipei food guide,taipei taiwan food,taipei food,taipei taiwan,taiwanese street food,taiwanese cuisine,taiwan street food,taiwanese food review,what to eat in taiwan,taipei streed food,臺灣料理,what to eat in taipei,taipei food review,taiwan what to eat,food compilation,food review,taiwan,taipei,food,travel,Táiwāncài,taiwanese,Vlogs",151395
25
+ kCZtPpvFT1U,2017-04-10T14:00:04Z,Ultimate Malaysian Street Food Tour in Kuala Lumpur 🇲🇾 | Must-Eat Malaysian Dishes at Night Markets,"Malaysian Food Guide,Malaysia Food Guide,Malaysian food,Malaysian cuisine,Malaysia eats,Malaysia cuisine,malaysian food introduction,malaysian cuisine introduction,Malaysian restaurant,Malaysia restaurant,Malaysian Food Tour,Kuala Lumpur Malaysia,Kuala Lumpur restaurant,Malaysia Food,Malaysian eats,Kuala Lumpur Food Tour,Nasi Lemak,Kuala Lumpur food,Laksa,Kuala Lumpur eats,Malaysian street food,Kuala Lumpur street food,food,Malaysia,Kuala Lumpur,kL",217154
26
+ pWH_R5ca-k4,2017-04-10T13:30:02Z,"Visit Chile Travel Guide 🇨🇱Best Things to Do in Santiago, Valparaiso, Easter Island & Atacama Desert","Chile,Visit Chile,Chile Travel Guide,Chile Travel,Things to do in Chile,Best things to do in Chile,chile places to visit,chile guide,chile things to do,chile travel video,Chile attractions,chile what to do,travel guide chile,chile videos travel,chile must see,visiting chile,chile itinerary,chile tourism video,guide chile,chile trip,guide,chile tourism,Chile food,chile turismo,santiago,chile guia turistica,chilean food,Chilean,travel,food,Tourism",31530
27
+ BkGhd3lvb0c,2017-04-10T01:30:00Z,"Peruvian Food Guide 🇵🇪 | Best Local Eats in Lima & Cusco (Chifa, Alpaca, Ají de Gallina & More!)","Peruvian Cuisine,Peru Cuisine,Peruvian Food Guide,Peru Food Guide,Peruvian Food,Peru eats,Peruvian eats,Lima eats,peruvian gastronomy,gastronomía del Perú,Peru Food,cocina peruana,comida peruana,lima peru,Lima food,cusco restaurants,Lima cuisine,Pisco Sour,cusco food,cusco eats,peruvian restaurant,lima restaurant,Chifa,Alpaca,Bembos,restaurants in lima,cusco peru,Lomo Saltado,Ají de Gallina,Ocopa,Salchipapas,Parrilla,lima,peru,cusco,ceviche,eat",22773
28
+ 6hRbIt6qbVc,2017-03-15T00:00:01Z,"Argentina Travel Guide 🇦🇷 | Top Things to Do in Buenos Aires, Salta, Cachi, Cafayate & Córdoba!","Argentina,Argentina Travel Guide,Visit Argentina,Argentina guide,Things to do in Argentina,Argentina Travel,Argentina tour guide,Argentina things to do,Argentina tourism,travel guide argentina,Best things to do in Argentina,Argentina itinerary,Argentina what to do,Argentina trip,argentina places to visit,Argentina must see,Argentina food,Argentina attractions,travel guide,argentina turismo,argentina guia turistica,Argentine food,Argentinian food,Travel",38405
29
+ JYg-VMkxWGY,2017-02-13T09:00:03Z,Portuguese Cuisine - An introduction to Portuguese food guide,"Portuguese food,Portuguese cuisine,Portugal cuisine,Portuguese Food Guide,Portuguese Food Tour,Portugal Food,Portugal Food Guide,eating portuguese food,what to eat in portugal,Portuguese eats,Best portuguese foods,food of portugal,portuguese dishes,best of portuguese food,Portuguese salmon,Portugal eats,Portuguese tarts,Portugal restaurants,Lisbon restaurant,food,cuisine,Portugal fish,Portuguese fish,Bacalhau,Portugal,pastel de nata,pasteis de Belem",66002
30
+ pYwQ0-id1Yo,2017-02-01T00:00:01Z,Visit SPAIN Travel Guide | Best things to do in Spain,"Spain,Spain Travel Guide,Visit Spain,Things to do in Spain,Spain Travel,Best things to do in Spain,Spain guide,Spain itinerary,España turismo,Spain food,Spain attractions,Spain eats,Spanish food,Barcelona,España guia turistica,Madrid,España,Spain tourism,Spain things to do,Spain must see,spain culture,Spain restaurants,Spain trip,Barcelona travel,Toledo,Spanish,Spanish culture,Spain what to do,travel,Spanish restaurants,Madrid travel,food,best of",23755
31
+ D_QlGiPlA1U,2017-01-09T22:00:00Z,"Visit METEORA Travel Guide | What to SEE, DO & EAT in Meteora, Greece","Meteora,Visit Meteora,Meteora Greece,Travel Greece,Greece Travel,Greece,hiking in Meteora,Meteora hiking,Meteora caves,Meteora travel guide,meteora travel,meteora monasteries,Things to do in Meteora,meteora greece city in the sky,Touring Meteora,meteora monasteries greece,meteora grecia,meteora climbing,meteora greece hd,Greek Monasteries,meteora documentary,travel,adventure travel,outdoors,Grand Meteoron,landscape,Climbing,cave prison",14009
32
+ m0IjyiAYQjE,2017-01-04T23:00:02Z,KYRGYZSTAN Travel Guide | Best Things to do in Kyrgyzstan,"Kyrgyzstan,Kyrgyzstan travel guide,Things to do in Kyrgyzstan,Kyrgyzstan Travel,Travel Kyrgyzstan,kyrgyzstan guide,Киргизия,Кыргызстан,Kyrgyzstan Trip,Visit Kyrgyzstan,travel guide kyrgyzstan,kyrgyzstan things to do,travel guide,kyrgyzstan places to visit,Kyrgyzstan Tourism,Kyrgyzstan horse trekking,Kyrgyzstan adventure travel,Bishkek City Guide,Kyrgyz Food,Kyrgyzstan hiking,Bishkek Travel,Kyrgyzstan Food,Бишкéк,Каракол,Bishkek,Kyrgyz Cuisine,karakol,trip",128886
33
+ drWIXdRsKmo,2016-12-31T22:00:03Z,"Ultimate Lombardy Food Tour 🇮🇹  | Milan Breakfast, Risotto alla Milanese, Aperitivo, Bresaola","Italian Cuisine,Italy Food Guide,Italy Food,Lombardy Food,Italian Food,Lombardia Food,Best Italian Food,What to eat in Italy,Chiavenna food,Italian restaurant,Bergamo food,Italian cafe,Milan food,food in Milan,Lombardy,Milan restaurants,restaurants in Milan,Italian breakfast,Italian cooking class,Risotto alla Milanese,Aperitivo,Milan nightlife,Dì de la Bresaola,Italy,Milan,Lombardia,Chiavenna,Gelato,Pizza al taglio,Italian pizza,Polenta e osei",19211
34
+ QrqUP-MCeeU,2016-12-27T22:00:01Z,Romanian Food: An Introduction to Romanian Cuisine,"Romanian Food,Romanian Cuisine,Romanian Dishes,Romanian Meals,Traditional Romanian Food,favorite Romanian food,best Romanian food in Bucharest,Romanian food taste test,Brasov restaurants,restaurants in Brasov,Food in Romania,Romania restaurants,Traditional Romanian Cuisine,Romania Food,Romania Cuisine,Romania Food Guide,What to eat in Romania,Romania,La Plăcinte,Halva,Moldavian Pie,Polenta,Transylvania,afinata,Cotlet Dracula,Dracula Pork,food,travel,vlog",92938
35
+ YnejGt-_aZs,2016-12-19T22:00:00Z,Irish Cuisine: An introduction to Irish food in Ireland and Northern Ireland,"Irish Cuisine,Irish Food,Ireland Food,Northern Ireland Food,Irish Food Guide,Ireland Food Guide,What to eat in Ireland,Irish restaurants,Northern Ireland Food Guide,Northern Irish Food,Irish dishes,Irish meals,Irish breakfast,Irish pubs,Dublin,Belfast,Oldest Pub in Dublin,The Brazen Head,Oldest Pub in Ireland,Irish Stew,Irish Stew Taste Test,Irish Coffee,Irish coffee taste test,Irish Whiskey,Baileys Coffee,ulster fry up,Belfast breakfast,food",44674
36
+ KTgkKcDGXK4,2016-12-09T22:00:00Z,"Visit BRUGES City Travel Guide | What to SEE, DO & EAT in Bruges, Belgium","Bruges,Bruges City Guide,Bruges Belgium,Belgium,Travel Belgium,Visit Bruges,Visit Belgium,Things to do in Bruges,Bruges attractions,Bruges food,Bruges street food,Belgian street food,Belgian waffles,Belgian choclates,Must see Bruges,Bruges travel,Bruges travel guide,In Bruges,Belgian food,Belgian cuisine,Belgian Fries,eating Belgian chocolates,Belgian waffles taste test,What to eat in Bruges,travel,food,vlog,tour",37945
37
+ oEdDC9qJMDo,2016-11-19T22:00:01Z,Spanish Cuisine: Madrid Food Guide,"Spanish Cuisine,Spanish Food,Madrid Food Guide,Madrid food,Spanish restaurants,Madrid restaurants,restaurants in Madrid,Spain food,food in Spain,Paella taste test,Paella,Paella in Madrid,Churros taste test,Porras taste test,Churros in Madrid,Eating Tortilla de Patatas,Tortilla De Patatas,Spanish Tortilla,Tortilla Española,Fideuà,What to eat in Madrid,Spanish street food,Spanish Dessert,cafe in Madrid,Porras,Madrid,Madrid Spain,Spain,food,vlog",24441
38
+ ndtBpBWEdEs,2016-11-13T05:00:01Z,Bishkek Apartment Tour in Kyrgyzstan,"Bishkek apartment tour,Bishkek apartment,apartment in Bishkek,Bishkek,Kyrgyzstan,Kyrgyzstan apartment,apartment in Kyrgyzstan,Kyrgyz apartment,Kyrgyz apartment in Bishkek,Bishkek Apartment Tour in Kyrgyzstan,breakfast in Bishkek,home in Bishkek,tour around our apartment in Bishkek,Kyrgyz breakfast,What is an apartment like in Bishkek,apartment tour,typical apartment in Bishkek,Kyrgyzstan breakfast,apartment,Bishkek old apartment,Бишкéк,Кыргызстан,Киргизия,tour",28679
39
+ N7QzfrcAP5Q,2016-06-20T12:00:00Z,"Visit BERLIN City Guide | What to SEE, DO & EAT in Berlin, Germany","Berlin,Visit Berlin,Berlin Travel Guide,Berlin city,Berlin travel,Berlin City Guide,Berlin food,travel in Berlin,Things to do in Berlin,Berlin documentary,Berlin Germany,Berlin attractions,Berlin Tourism,Exploring Berlin,Berlin restaurants,Berlin shopping,Berlin Wurst,Berlin nightlife,What to see in Berlin,Germany,Berlin museums,Germany Cuisine,German Food (Cuisine),Things to do in Germany,Currywurst,Mauerpark,Friedrichshain,Tiergarten,Brandenburg,Wall",47653
40
+ bgC5OqQAv8A,2016-05-01T12:30:00Z,"Visit LONDON City Guide | What to SEE, DO & EAT in London, England","London City Guide,city guide london,Visit London,Things to do in London,visit london city guide,London,london city video guide,london guide,London City,London travel guide,London England,London travel,guide london,london england travel guide,london england guide,England,travel in London,london city tour,London food,London Museums,London tourism,English Cuisine,London attractions,London restaurants,Trafalgar Square,London tour,London Eye,big Ben",263368
41
+ QQOgEUZrPPU,2016-04-15T11:00:00Z,"Visit WARSAW City Guide | What to SEE, DO & EAT in Warsaw, Poland","Warsaw,Visit Warsaw,Warsaw Travel Guide,Warsaw City Guide,Things to do in Warsaw,What to do in Warsaw,Warsaw Poland,Warsaw documentary,Places to visit in Warsaw,warsaw what to eat,Warsaw attractions,warsaw what to see,warsaw eats,warsaw what to do,warsaw things to do,what to eat in warsaw,Warsaw food,Warsaw Tourism,Warsaw Museums,Warsaw Tour,Warsaw Restaurants,travel in Warsaw,Poland,Warszawa,travel,Bigos,Things to do in Poland,Food,pierogi,milk bar",13399
42
+ H_7sP85gInk,2016-02-15T14:00:00Z,"Visit MADRID City Guide | What to SEE, DO & EAT in Madrid, Spain","Visit Madrid,Madrid Travel Guide,Madrid City Guide,travel in Madrid,Madrid,Madrid Spain,Madrid Travel,Things to do in Madrid,What to do in Madrid,Madrid Tourism,Madrid attractions,Madrid at night,Spanish culture,Madrid Food,Places to visit in Madrid,Madrid Restaurants,Madrid Nightlife,Madrid Museums,Spain,Spanish cuisine,Spanish food,Palacio Real de Madrid,Teleférico,Museo del Prado,Gazpacho,Real Madrid,travel,Madrid Tour,Things to do in Spain,food",27911
43
+ 3bPjUzwo378,2016-02-01T15:00:00Z,"Visit PARIS City Guide | What to SEE, DO & EAT in Paris, France","visit Paris,Paris Travel Guide,Paris,Paris City Guide,Paris France,Paris shopping,travel in Paris,What to do in Paris,Paris tourism,Paris architecture,Things to do in Paris,Paris street food,Paris Museums,Paris restaurants,Paris attractions,exploring Paris,Paris food,Paris documentary,picnic in Paris,Paris travel,Paris nightlife,French culture,Eiffel Tower,French cuisine,Things to do in France,France,French food,Notre-Dame,Versailles,Louvre,food",45232
44
+ JWZsuCmK5qM,2016-01-07T15:00:00Z,"Visit ATHENS City Guide | What to SEE, DO & EAT in Athens, Greece","Visit Athens,Athens travel guide,Athens,travel in Athens,Athens travel,Athens City Guide,Athens Greece,Things to do in Athens,Athens Nightlife,What to do in Athens,Athens Museums,Athens attractions,Athens restaurants,Athens food,Athens Tourism,Athens Flea Market,Athens street food,Athens shopping,Greece,Parthenon,Temple of Zeus,Olympia,Gyro,Greek Street Food,Agora,Acropolis,Greek Salad,Greek Cuisine,Greek Food,Things to do in Greece,Food,travel,Vlog",31404
45
+ 14ytyNQeF5E,2015-11-15T02:00:00Z,Peruvian Cuisine: Lima Food Guide,"Peruvian cuisine,Peruvian food,Lima Food Guide,peruvian food taste test,Lima,Peru travel guide,best peruvian food,peruvian food taste,peruvian food is the best,What to eat in Lima,Peruvian street food,Lima Street Food,What to eat in Peru,trying peruvian food,Peru street food,comida peruana,eating peruvian food,Peru Food,Lima Food,cocina peruana,travel,Alfajores,Churros,Turrón,Peru,Ceviche,Peruvian breakfast,Pisco Sour,Doña Pepa,Chica Morada,Food",19909
46
+ 9XlE331YbPk,2015-10-31T11:10:39Z,South African Cuisine: An Introduction to South African Food Guide,"South African Cuisine,South African Food,South Africa food,What to eat in South Africa,South Africa,South Africa food guide,south african cuisine dishes,south african food tour,south african cuisine food,food of south africa,South Africa braai,south african food and culture,African Food,South African snacks,braai in South Africa,south african,eating south african food,South African Wine,South African food taste test,trying South African food,food,Travel",92043
47
+ 82BNjdQggYk,2015-10-15T05:30:01Z,"Visit LIMA City Guide | What to SEE, DO & EAT in Lima, Peru","Visit Lima Travel Guide,Lima Travel Guide,Lima travel,Lima Peru,Lima City,Lima City Guide,Lima Food,Lima Food Guide,Lima attractions,visit Lima,visiting Lima,Lima,Peru,exploring Lima,What to do in Lima,Peruvian Cuisine,Peruvian Food,Cocina Peruana,Comida Peruana,Lima Tourism,Lima City Tour,Food in Lima,Lima food and travel guide,Lima Miraflores,Ceviche in Lima,Lima street food,Street food in Peru,Peruvian Street Food,travel,Lima guide,fun",15546
48
+ h3lBFKjnEV8,2015-09-15T11:00:00Z,"Visit NEW YORK City Guide | What to SEE, DO & EAT in New York, USA","visit New York City,New York City Travel Guide,New York City,NYC,New York,New York City attractions,Things to do in America,travel in New York City,New York City Museums,New York City food,New York City nightlife,New York City Guide,exploring New York City,New York City travel,What to do in New York City,New York City tourism,New York City shopping,NYC travel,America,United States,Statue of Liberty,Brooklyn Bridge,TImes Square,Central Park,travel,food",91392
49
+ GdKpeuM2POA,2015-08-30T06:11:37Z,Things to do in South Africa | Top Attractions Travel Guide To South Africa,"South Africa travel guide,Things to do in South Africa,South Africa,travel in South Africa,South Africa travel,South Africa attractions,travel guide south africa,visit South Africa,travel south africa,exploring South Africa,South Africa Tourism,What to do in South Africa,South Africa trip,South Africa Documentary,South African Food,South Africa safari,South Africa Food,South African culture,Cape Town,Kruger National Park,travel,South African Cuisine,Food",44422
50
+ 1pmkVCsEL0Y,2015-08-16T01:00:00Z,"Visit QUEBEC CITY Guide | What to SEE, DO & EAT in Quebec City, Canada","Quebec City,travel in Quebec,attractions in Quebec City,Quebec City attractions,visit Quebec,Things to do in Quebec City,Quebec attractions,What to do in Quebec City,Quebec City tourism,Quebec City museums,Quebec City shopping,Quebec Winter Carnival,Canadian culture,Canada,Things to do in Canada,Quebec,Plains of Abraham,travel,Citadelle,Chateau Frontenac,Quartier Petit Champlain,Québec,Ville de Québec,CARNAVAL DE QUÉBEC,Hôtel de Glace,Ice Hotel,Dufferin",21088
51
+ EcvMJzSr1HE,2015-08-01T16:30:00Z,"Peruvian Cuisine: The Best Street Food in Lima, Peru","Peruvian street food,Peruvian food,street food,Lima,Peru,Peruvian culture,Peruvian cuisine,Cremoladas Curich,Lima street food,Street food in Lima,travel in Lima,travel,Things to do in Peru,Lima restaurants,Peru Food,restaurants in Lima,Peruvian Food Taste Test,Lima food,best street food in Lima,Things to do in Lima,Lima travel guide,Peru travel guide,Peru attractions,eating street food,Picarones,Peruano,Alfajores,Churros,Tejas,Chocotejas,food,Turrón",98231
52
+ VA7SlJRUkmo,2015-06-15T10:00:00Z,"Visit MONTREAL City Guide | What to SEE, DO & EAT in Montreal, Canada","Montreal attractions,attractions in Montreal,travel in Montreal,Montreal Travel Guide,Visit Montreal,Montreal restaurants,What to do in Montreal,Montreal City,travel,Montreal Food,Montreal Tourism,Montreal Canada,Montreal Quebec,Montreal museums,Montreal City Guide,Montreal poutine,Montreal shopping,Canadian culture,Canada,Things to do in Canada,Canadian Food,Montreal,Quebec,Québec,Montréal,Le Plateau,McGill University,Montreal bagels",23800
53
+ mA9KsQrRixU,2015-05-01T15:00:01Z,"Visit EDINBURGH City Guide | What to SEE, DO & EAT in Edinburgh, Scotland","Things to do in Edinburgh,Edinburgh Travel Guide,Edinburgh City Guide,Edinburgh Scotland,Edinburgh City,Edinburgh,What to do in Edinburgh,Scotland,Edinburgh travel,Edinburgh attractions,Edinburgh Destination Guide,Edinburgh Tourism,exploring Edinburgh,Scottish,travel,Scotland travel guide,Things to do in Scotland,Things to do in the Scottish Highlands,Hogmanay,Scottish Cuisine,Scottish Food,Haggis,Neeps and Tatties,deep-fried Mars Bar,Scottish culture,fun",31667
54
+ WUiUaNIV0l4,2015-04-15T10:00:01Z,"Best Cat Cafes Around The World (Korea, Thailand, Malaysia, Germany)","best cat cafes,Cat Cafes around the world,cat cafe,cat caf��,Cat (Animal),Korean cat cafe,German cat cafe,cat cafe in Berlin,Bangkok cat cafe,Thai cat cafe,cat cafe in Seoul,Seoul cat cafe,George Town cat cafe,new cat cafes,Malaysian cat cafe,travel,playing with cats,cats jumping,cats playing,cats running,cats leaping,kitty cafe,kitten,cat,cats,kitties,cute,climbing,cute cats,cats sleeping,petting cats,adorable cats,cat lovers,cats fighting",20165
55
+ PM2YDRlW94I,2015-03-26T17:00:00Z,Things to do in LAS VEGAS Travel Guide,"Las Vegas,Things to do in Las Vegas,Las Vegas Travel Guide,Las Vegas attractions,las vegas things to do,las vegas nevada,visit las vegas,las vegas trip,las vegas travel,Las Vegas Strip,Las Vegas City Guide,Visiting Las Vegas,las vegas itinerary,las vegas vlog,weekend in Las Vegas,las vegas itinerary 2 days,Las Vegas casino,Las Vegas at night,travel in Las Vegas,Las Vegas nightlife,Las Vegas entertainment,las vegas food,Nevada,casinos,The Strip,Travel",827175
56
+ kjLR0TkbCJI,2015-03-15T06:30:01Z,Quebec City Winter Carnival Travel Guide (Carnaval de Québec),"Quebec City Winter Carnival,winter carnival,winter in Quebec,travel in Quebec City,Carnaval de Québec,Joyeux Carnaval,Things to do in Quebec City,Quebec City attractions,Quebec City Tourism,Quebec City Travel Guide,Touring Quebec City,Exploring Quebec City,Visit Quebec City,Things to do in Canada,Quebec,Quebec City,attractions,winter,snow,cold,Canada,travel,Canadian culture,Adventure,Bonhomme,Dog Sledding,Québec,Ice Hotel,Hôtel de Glace,Ice Canoeing,fun",79315
57
+ Z29r1wKKMqQ,2015-03-01T11:00:00Z,Top 10 Things to do in Southeast Asia attractions travel guide,"Things to do in Southeast Asia,SE Asia attractions,Southeast Asia attractions,Things to do in SE Asia,SE Asia,Asian street food,Street food in Asia,travel in Southeast Asia,Southeast Asia,Asia,Cambodia,Angkor Wat,Indonesia,Bali,Ubud,Mount Batur,Elephant Nature Park,travel video,Chiang Mai,tourism,Thai Elephants,Luang Prabang,Laos,Asian culture,cooking class,Petronas Towers,travel,Kuala Lumpur,Malaysia,Thai street food,Singapore,Pai,Ha Long Bay,Sapa",26228
58
+ wPapp8kiEhY,2015-02-16T16:28:53Z,WINTER TRAIN RIDE from Kingston to Quebec City via Montreal,"Winter train ride in Canada,Canada train ride winter,Kingston to Montreal,Montreal to Quebec City,Via Rail,winter train ride,Train Ride,Train Journey,travel in Montreal,Travel by Train,travel,Canadian culture,Canada,Things to do in Canada,Montreal,tourism,travel video,Quebec,Québec,Montréal,Train,Train Travel,Canadian Trains,journey,train trip,train station,Kingston,scenery,Canadian journey,Winter,Wonderland,Quebec City Carnival,snow",12108
59
+ erWL9qXChIQ,2015-01-18T14:30:01Z,Things to do in Montreal Winter Travel Guide: One Day Itinerary For Visitors To Montreal,"travel in Montreal,Things to do in Montreal,Montreal attractions,Montreal Winter Travel Guide,Winter in Montreal,Visit Montreal,Montreal Winter,Montreal Travel Guide,What to do in Montreal,travel,Montreal Bagel,Canadian culture,Canada,Things to do in Canada,Quebec,Montreal,winter,snow,cold,Montréal,Québec,Fête des neiges de Montréal,La Banquise,Mount Royal Park,Poutine,Smoked Meat,Winter Sports,Skiing,Parc du Mont-Royal,Schwart's Deli,St-Viateur Bagel,vlog",20225
60
+ vdiWZHVmVAQ,2015-01-12T01:00:01Z,"Things to do in China Travel Guide: Guangxi Province (Guilin, Yangshuo, Li River, Rice Terraces)","China,Guilin,Yangshuo,travel,food,Chinese food,bicycle ride,Karst,Red Yao Hill Tribe,骑自行车在阳朔乡间,瑤族 - 瑶族,从桂林到阳朔漓江竹游船,阳朔夜市和街头食品,龙胜梯田,晚上桂林,Long Hair Performance,rice terrace,Li River,Longsheng,Things to do in China,Things to do in Guilin,Things to do in Yangshuo,China Travel Guide,China Tourism,Visit China,China Food Guide,What to do in China,China attractions,attractions in China,Bamboo boat ride,Chinese night market,China street food,Chinese street food",43155
61
+ sSINSv4-_Jo,2014-12-31T18:00:07Z,Top Things to do in Hong Kong and Best Things to do in Macau Travel Guide,"Things to do in Hong Kong,Things to do in Macau,Macau,Hong Kong,Macau Travel Guide,Hong Kong Travel Guide,Hong Kong attractions,Macau attractions,street food,Victoria Harbor,Macanese Cuisine,Hong Kong Tourism,Hong Kong Kowloon,Macau Tourism,Exploring Hong Kong,Avenue of Stars,A Symphony of Lights,Exploring Macau,Hong Kong Peak,Macau Food,Hong Kong Island,travel,Visit Hong Kong,Visit Macau,Hong Kong Tram,Hong Kong dim sum,Hong Kong Food,food,vlog",138512
62
+ EMKga3r26dI,2014-12-03T20:00:44Z,"Things to do in Scotland Travel Guide, Top Attractions & Scottish Cuisine","Scotland travel guide,Things to do in Scotland,Visit Scotland,Scotland Tourism,Scotland,Scotland food guide,Scotland travel documentary,travel,Things to do in Edinburgh,Visiting Scotland,Exploring Scotland,Things to do in the Scottish Highlands,things to do,Edinburgh,Hogmanay,Loony Dook,Scottish Cuisine,Scottish Food,Haggis,Neeps and Tatties,deep-fried Mars Bar,Scottish culture,Scottish Highland,Highlands,Haggis Adventures,Irn Bru,Scottish Whisky,fun",45228
63
+ H-frFpGLI5o,2014-12-01T15:00:09Z,"Things to do in Laos Travel Guide, Top Attractions and Lao Cuisine","Laos,Things to do in Laos,What to do in Laos,Laos Tourism,laos travel guide,Laos night markets,laos documentary,Lao,Laos attractions,laos travel,visiting laos,Travel,Laotian Food,Laotian Cuisine,Lao Food,Lao Cuisine,Luang Prabang Laos,cooking Lao food,Luang Prabang Night Market,laos food,Mekong Delta River Cruise,Vientiane Laos,Luang Prabang,Things to do in Luang Prabang,Vientiane,Mekong Delta,Luang Prabang Travel Guide,cooking Laotian food,vlog",160373
64
+ mOG9CYLogsE,2014-11-11T01:00:05Z,Finland Travel Guide and Finnish Cuisine Tour,"Things to do in Finland,Finland,Finland Tourism,Visit Finland,Finland Food,Finnish culture,What to do in Finland,Finnish Cuisine,Finnish Food,Finland Food Guide,Finnish licorice,Things to do in Helsinki,Salmiakki,salty licorice,Finnish,taste test,travel,Helsinki attractions,Helsinki,travel guide,Lonna Island,kayaking,hiking,Nuuksio National Park,Kasnäs,Finnish Sauna,Finnish candy,Finnish chocolate,Finland Travel Guide,Finnish Archipelago,Nature,horses",72540
65
+ kUqBl7mj0Ng,2014-11-08T16:00:20Z,40 Asian Foods to try while traveling in Asia | Asian Street Food Cuisine Guide,"Asian Food,Asian Cuisine,Asian street food,street food,street food in Asia,cheap street food in Asia,Asia street Food,Korean street food,street food guide,Thai street food,Asia,travel,Korea,China,Malaysia,Vietnam,Cambodia,cuisine guide,eat,Korean Cuisine,Korean Food,Chinese Cuisine,Chinese Food,Thai Food,Thai Cuisine,Malaysian Food,Malaysian Cuisine,Laos Food,Laos Cuisine,Cambodian Cuisine,Vietnamese Food,Vietnamese Cuisine,Indian Cuisine,Hawker",2576867
66
+ PqSJYIvG90w,2014-10-24T22:00:01Z,"50 Things to do in Southeast Asia Travel Guide, Attractions and Asian Cuisine","Southeast travel guide,SE Asia travel guide,SE Asia,travel,Southeast Asia Travel Guide,SE Asia attractions,attractions,Asia travel guide,What to do in Asia,Asian cuisine,SE Asia tourism,Asian food,Southeast Asia,travel guide,50 things to do,Asia,Elephant Nature Park,Angkor Wat,Vietnam,Cambodia,Thailand,Singapore,Malaysia,Vietnamese Food (Cuisine),Thai Food (Cuisine),street food,Malaysian Food (Cuisine),Luang Prabang,Chiang Mai,Bangkok,Kuala Lumpur",88070
67
+ SdeiUWncZCY,2014-10-08T19:00:07Z,"30 Things to do in Thailand Travel Guide, Top Attractions & Thai Street Food","Thailand,things to do in Thailand,Thailand travel guide,Places to visit in Thailand,Thailand travel,Thailand attractions,What to do in Thailand,Thailand Food,Thailand Tourism,Thailand backpacking,Thai food,Thailand documentary,Thai cuisine,Thai street food,Thai markets,Thai night markets,Thai temple,Buddhist temple,Elephant Nature Park,Chiang Mai,Bangkok,Pai,Pad Thai,Mango Sticky Rice,Northern Thai Food,Thai dessert,travel,Thai noodles,Thai rice",111777
68
+ zr3B0UcvSug,2014-09-28T20:00:04Z,Things to do in Sofia Bulgaria | Top Attractions Travel Guide,"Things to do in Bulgaria,travel in Bulgaria,Sofia travel video,Sofia tourism,Sofia,Bulgaria,travel,Sofia city,Sofia street food,walking around Sofia,Sofia street performers,Sofia Bulgaria,Bulgarian cuisine,What to see in Sofia,Bulgarian,Sofia attractions,Bulgarian culture,Bulgarian food,travel in Sofia,first impressions of Sofia,Chushki Burek,wandering Sofia,street musicians,Bulgarian performers,Bulgarian guard,Rakia,Alexander Nevsky Cathedral,b boys",127358
69
+ ad5-enfZqcs,2014-09-11T04:00:01Z,Things to do in Macau Travel Guide & Macanese Street Food,"Macau,Things to do in Macau,Macau Street Food,Macanese Cuisine,Visiting Macau,Macanese Food,Macau Attractions,Exploring Macau,Macau Tourism,Macau travel,Macau food,Macau China,Visit Macau,China,travel in China,Chinese culture,Chinese,travel,Portuguese,Senado,Largo do Senado,Ruins of St. Paul's Cathedral,Ruínas de São Paulo,Macao,Historic Centre of Macao,Fortaleza do Monte,Egg Tarts,Pork Chop Buns,Venetian Macao Hotel,Macau to Hong Kong ferry,大三巴牌坊,蛋撻",140283
70
+ hHRk1Pqpt0I,2014-09-04T00:00:03Z,Our Visit Finland Outdoors Adventure : Finland Travel Guide & Finnish Cuisine,"Things to do in Finland,Visit Finland,Finland Outdoors Travel,Finland Travel Guide,Finland Tourism,Finland Food,Finland Travel,Finland,Finnish culture,Finnish licorice,Salmiakki,delicious food,Finnish candy,Finnish chocolate,salty licorice,Finnish Cuisine,Finnish Food,Fazer,Salmiakki ice cream,Finnish,travel,Things to do in Helsinki,Helsinki attractions,Helsinki,travel guide,Lonna Island,biking,kayaking,hiking,Nuuksio National Park,Kasnäs,Finnish Sauna",21408
71
+ tUnIkHXnSfo,2014-09-01T11:30:03Z,Things to do in Sapa Vietnam | Top Attractions Travel Guide For A Trekking Adventure in Sapa!,"Sapa,Things to do in Sapa,Sapa attractions,Sapa hiking,sapa vietnam,sapa trekking,What to do in Sapa,Sapa travel,Sapa rice terraces,Sapa Travel Guide,Sapa trip,Sapa backpacking,Sapa Tour,Sapa vlog,Sapa Tourism,Hiking in Sapa,trekking in sapa,Vietnam,Vietnamese culture,Things to do in Vietnam,Lao Chai Village,Black Hmong Tribe,Ta Van Village,Giang Ta Chai Village,Dzao Tribe,Cat Cat Village,adventure travel,Sapa trekking,two‑day Sapa hike",236525
72
+ GIX7EDHPzgo,2014-08-19T16:30:04Z,"Trying Finnish Food Taste Test Challenge: (Finnish Salmiakki, Finnish Chocolate and Finnish Snacks)","Finnish Food Taste Test,trying finnish food,Finland,Finnish candy taste test,salmiakki challenge,Finnish snacks taste test,Finnish Chocolate bar,Things to do in Finland,Finnish chocolate,eating finnish food,Finnish snacks,finnish food tasting,Finnish candy,Finnish licorice,salmiakki taste test,salmiakki reaction,Salmiakki,salty licorice,Finnish salty licorice,Finnish Cuisine,Finnish Food,Fazer,Fazer salmiakki,Geisha chocolate bar,Jenkki gum,Moomin,food",120358
73
+ l1V2FXzCTTE,2014-08-17T10:00:07Z,Helsinki Travel Guide & Finnish Cuisine in Finland,"Helsinki,Finnish souvenirs,attractions in Helsinki,Finland attractions,Helsinki attractions,travel in Finland,Things to do in Helsinki,Finnish food,Finnish Cuisine,Helsinki City,Helsinki Finland,Helsinki Travel Guide,Helsinki Food,Helsinki City Guide,travel,Finnish culture,Finland,Things to do in Finland,attractions,Helsinki Cathedral,street performances,Salmiakki,market square,Kayaking,Suomenlinna,Eating Reindeer,Lonna Island,Jail Hotel,Katajanokka",107262
74
+ 3PJ7dGqXWLg,2014-08-16T17:14:05Z,Train Ride from New York City to Chicago with Amtrak,"New York City to Chicago,New York to Chicago route,travel,New York City to Chicago train ride,train travel New York City to Chicago,train ride from NYC to Chicago,NYC to Chicago,Things to do in America,travel in New York City,Chicago,United States,Train,Train Travel,Travel by Train,Train Ride,Train Journey,Toronto,American Trains,journey,train trip,train station,New York,New York City,Amtrak,Upstate New York,Lakes,America,USA,United States of America",32905
75
+ vG8SDYb7ZMQ,2014-08-16T13:30:04Z,"Epic Train Travel In Asia: China, Thailand, Vietnam, Cambodia, Malaysia train journeys","Train travel in Asia,Asia train travel,taking the train in Asia,Transportation in Asia,Asia train trips,train trip,Train ride,transportation,train travel,taking the train,Rail transport,train ride,taking a train,travel,Malaysia,sightseeing,tourism,travel video,backpacking,riding a bicycle,Penang Ferry,train journey,Asia,train,epic,Thailand,China,Vietnam,Cambodia,nature,Destination,Culture,Chiang Mai,Bangkok,Bamboo Train,Hong Kong,Guilin,Kuala Lumpur,fun",34737
76
+ mJXzHO-fpio,2014-08-16T09:00:05Z,Visit America - New York City Travel Guide and Chicago Top Attractions,"Chicago attractions,Things to do in New York City,New York City Tourism,Things to do in Chicago,Chicago Travel Guide,travel in New York City,New York City travel guide,visit Chicago,visit NYC,Chicago & New York,Chicago Tourism,travel,New York City attractions,Things to do in America,New York City,America,Statue of Liberty,Grand Central Terminal,Brooklyn Bridge,TImes Square,Central Park,Chicago,Cloud Gate,Millennium Park,Deep Dish Pizza,Willis Tower",29024
77
+ Syj6vaiphlM,2014-08-05T13:22:36Z,Visit Canada - Montreal and Quebec City Travel Guide and Top Attractions,"Montreal attractions,Quebec travel guide,Things to do in Montreal,Things to do in Quebec,Visit Quebec,Quebec Tourism,visit Canada,travel,Quebec City,Quebec,Montreal,Montréal,Québec,Montreal and Quebec City,Canadian culture,Canada,Things to do in Canada,Poutine,Le Plateau,McGill University,Cirque du Soleil,Old Montreal,Smoked Meat,Montreal bagels,Quebec City attractions,Things to do in Quebec City,Citadelle,Chateau Frontenac,Quartier Petit Champlain",22063
78
+ 32teOVG3KFo,2014-08-04T13:00:10Z,Train Ride from Montreal to New York City with Amtrak,"Montreal to New York City,Montreal to New York City train travel,Montreal to New York City train trip,crossing Canada to USA,Via Rail and Amtrak train travel,New York City train travel,Montreal train travel,Montreal to New York route,Train,Montreal to NYC,Train Travel,American Trains,Canada,Things to do in Canada,Montreal,Quebec,Québec,Montréal,Train Journey,Toronto,Montreal to New York,New York City,Amtrak,Upstate New York,United States of America,Via,travel",15448
79
+ I29N-pz2HTY,2014-07-25T03:30:01Z,"Canadian Food to eat in Montreal including Poutine, Smoked Meat and Bagels","French Canadian Cuisine,Canadian cuisine,Montreal-style Smoked Meat,Montreal poutine,Canadian food,Montreal smoked meat,Montreal food,smoked meat sandwich,Montreal bagel,Montreal bagels,Montreal restaurants,Canadian restaurants,travel,Montreal,Canadian,Canada,travel in Canada,Things to do in Canada,Quebec,Poutine,eating,taste test,Québec,La Banquise,Schwartz's,smoked meat,Montreal sandwich,bagel,st-viateur bagel,Canadian fast food",27237
80
+ CbJwYw2vLIg,2014-07-14T12:00:08Z,Vietnamese Cuisine : An Introdution to Vietnamese Food,"Vietnamese Cuisine,Introduction to Vietnamese Food,Vietnam,travel in Vietnam,Vietnamese,Vietnamese culture,Vietnamese Food,Vietnam Restaurants,What to eat in Vietnam,Vietnamese Restaurant,Vietnam Food,cooking Vietnamese food,Food in Vietnam,Vietnamese cooking class,Things to do in Vietnam,Hoi An,Vietnamese meal,Vietnamese spring rolls,Vietnamese pancakes,Pho,Cao Lau,Vietnese vegetarian food,Vietnamese lemongrass,Vietnamese claypot,travel,Vietnamese Pho",91135
81
+ t4mwq3-Y7II,2014-07-11T01:00:02Z,Malaysia Cuisine : An Introduction to Malaysian Food,"Malaysian cuisine,Malaysian food,Malaysia Food Guide,eating Malaysian food,What to eat in Malaysia,street food in Malaysia,Introduction to Malaysian Food,Malaysia Food,Kuala Lumpur Restaurants,Malaysia street food,Malaysian Food Taste Test,Malaysian street food,Malaysia restaurants,Malaysian restaurant,travel,Malaysia,Kuala Lumpur,travel in Malaysia,Malaysian culture,eating with your hands,Indian food,Indian cuisine,Chinese food,Chinese cuisine,food",127703
82
+ C6Tb0WJsEag,2014-07-09T17:30:02Z,Eating Australian Cuisine: Taste Testing Australian Food,"Australian Cuisine,trying Australian food,Australian food taste test,Australian Food,What to eat in Australia,taste test Australian food,Australia food guide,Australian cookies,Australia food,Australian breakfast,Australian biscuits,Australian sodas,Anzac biscuits,Australian crisps,Australian snacks,Things to do in Australia,Australia,Shapes,Freckles,Tim Tam,Australia tourism,Tim Tam Slam,Bowen Mango,Fantales,Lamington,Cherry Ripe,Ginger Beer,Vegemite",11942
83
+ jT3VANCuakQ,2014-07-08T20:30:05Z,Things to do in Queensland Travel Guide (Australia),"Queensland,Queensland attractions,Things to do in Queensland,Queensland Australia,Queensland Travel Guide,travel in Australia,What to do in Queensland,Visit Queensland,Things to do in Australia,Australia attractions,Australia,Magnetic Island,travel,Townsville,Currumbin Wildlife,Gold Coast,Australian Animal Encounters,petting kangaroos,hugging koalas,Whitsunday Islands,horse ride,Maggie Island,Great Barrier Reef,Sailing,kayaking,Castle Hill,Ocean Jet,fun",32504
84
+ fmrH2jJ7QYo,2014-07-03T14:24:33Z,Our train ride from Toronto to Montreal with Via Rail Canada,"Toronto to Montreal train travel,Toronto to Montreal,Toronto to Montreal route,Toronto to Montreal Via Rail,Canada train travel,Travel travel in Canada,Toronto train travel,Via Rail,Montreal train travel,travel,Canadian journey,Canada,Things to do in Canada,Montreal,Canada tourism,travel in Montreal,Quebec,Québec,Montréal,Train,Train Travel,Travel by Train,Train Ride,Train Journey,Ontario,Toronto,Canadian Trains,train trip,train station,fun,epic,vlog",71445
85
+ QypKpIIpYaM,2014-06-26T02:00:00Z,"Restaurants in Chiang Mai | Thai Food Travel Guide For The Best Eats In Chiang Mai, Thailand","Chiang Mai restaurant,restaurants in Chiang Mai,street food in Chiang Mai,What to eat in Chiang Mai,Chiang Mai street food,Chiang Mai food,Chiang Mai food guide,Chiang Mai Night Market,Northern Thai Food,Khantoke,eating Thai food,Thai food,Things to do in Thailand,Vegetarian restaurant Chiang Mai,Chiang Mai,food,Khao Soi,Thai cuisine,Thai vegetarian,Northern Thai Cuisine,Thai banana pancake,travel,Thai mango sticky rice,Pad Thai,Thai culture,Thailand",86263
86
+ RqJUYlUQJTI,2014-06-04T11:30:02Z,Street Food in Asia Guide Compilation: [THE BEST OF ASIAN STREET FOOD!],"Asian street food,street food,asian street food guide,asia street food guide,eating street food,asian street food comp,Asia,Asian,street foods,best of asian street food,Best street food in Asia,asian food,street food guide in asia,food guide compilation,street food in asia guide,best street food compilation,cheap Asian street food,guide,compilation street foods,Asian Food (Cuisine),Street food in Asia,best Asian street food,street,street food stalls,Food",196111
87
+ dDGa7xrpq4E,2014-06-04T11:30:02Z,German Food : An introduction to German Cuisine For First Time Visitors To Germany,"German Cuisine,taste test German food,What to eat in Germany,german food introduction,german cuisine introduction,German food taste test,best german cuisine,best german food,Germany food,trying German food,Germany food taste test,German Food,eating German food,taste test German cuisine,German Food (Cuisine),Food in Germany,Germany restaurants,German sausage,German Chocolate,Germany,German breakfast,travel in Germany,currywurst,Ritter Sport,Wurst,food",240321
88
+ UjJde6YGvwM,2014-06-03T01:00:01Z,Israeli Cuisine and Arabic Street Food in Israel: Israeli Food Tour Compilation Guide,"Israeli Cuisine,Arabic Street Food,Israeli Street Food,What to eat in Israel,Israel street food,Israel food,Israel food guide,Israeli street food,Arabic food,Israel,Things to do in Israel,restaurants in Israel,cooking Israeli Food,cooking Israeli Cuisine,Israeli Food,Taste Of Israel,travel,Jaffa,Tel Aviv,Hummus,Shakshouka,malabi,kanafeh,couscous,travel in Israel,pita,Israeli,Israeli culture,Arabic cuisine,Krembo,Tabbouleh,Israel Tourism,vlog,food,tour,eat",56610
89
+ jAOGmjf1dkE,2014-06-01T15:30:02Z,Things to do in Malaysia | Top Attractions Travel Guide To Malaysia,"Malaysia,Things to do in Malaysia,travel in Malaysia,Malaysia Travel Guide,Malaysia travel,What to do in Malaysia,malaysia guide,Malaysia attractions,malaysia itinerary,attractions in Malaysia,malaysia trip,Malaysia Tourism,Malaysia Travel Documentary,visit malaysia,Malaysia tour,guide,Malaysia food,Malaysian cuisine,Malaysian food,Kuala Lumpur,Malacca,Melaka,George Town,travel,Georgtown,Penang,Petronas Towers,Batu Caves,Roti Canai,kek Lok Si temple",311238
90
+ tQul8qNRwXs,2014-06-01T15:30:02Z,Things to do in Israel | Top Attractions Travel Guide To Israel,"Israel,Israel Travel Guide,Things to do in Israel,travel in Israel,israel things to do,Israel attractions,What to do in Israel,Israel Tourism,Israel Travel,israel best places to see,Places to see in Israel,israel itinerary,travel to israel,Visit Israel,Exploring Israel,Israeli culture,Street food in Israel,Israeli Food,travel,Dead Sea floating,Israeli Cuisine,travel bloggers,Jerusalem,Tel Aviv,Nazareth,street food,West Bank,Jaffa,israel trip,Guide",377376
91
+ yTfkAqgDKKA,2014-06-01T15:30:02Z,"Things to do in Chiang Mai, Thailand | Top Attractions Travel Guide To Chiang Mai","Chiang Mai,chiang mai thailand travel guide,chiang mai travel,Things to do in Chiang Mai,chiang mai travel guide,chiang mai thailand travel,Chiang Mai attractions,chiang mai thailand,visiting Chiang Mai,activities in Chiang Mai,travel to Chiang Mai,Thailand,Chiang Mai Night Market,apartment in Chiang Mai,travel guide,Thai Street Food,chiang mai food,chiang mai street food,travel in Thailand,Things to do in Thailand,Thai Food,Travel,guide,attractions,vlog",420713
92
+ LmbL2d5DJ_A,2014-06-01T09:30:01Z,Things to do in Korea | Top Attractions Travel Guide To South Korea,"Korea,Things to do in Korea,South Korea,travel in Korea,Korea travel guide,Korea travel,attractions in Korea,Korean street food,Korean cuisine,travel,shopping in Korea,What to see in Korea,Seoul street food,Korean tea house,Korea tourism,Korea street food,Korean food,Korean culture,Seoul Tower,Insadong,Korean Folk Village,Cat Cafe,Hongdae,Namdaemun Market,Hotteok,Cheonggyecheon,Seoul,Dog cafe,Kimbap,Bamboo Park,Gyeongbokgung,Myeongdong,Songtan,Namsan",81370
93
+ jxqVTW7Z4AY,2014-05-29T12:30:02Z,Things to do in Germany | Top Attractions Travel Guide To Germany,"Germany,Things to do in Germany,What to do in Germany,Germany travel guide,travel in Germany,places to visit germany,German attractions,germany things to do,germany best places,germany itinerary,germany travel compilation,visit germany,travel guide germany,best of travel in germany,germany documentary,attractions in Germany,guide germany,visiting germany,Exploring Germany,Germany Travel,germany trip,Germany Tourism,Germany Food,Berlin,travel,guide,trip",189902
94
+ BCTpRJ5xC_U,2014-05-26T14:30:03Z,Things to do in Cambodia | Top Attractions Travel Guide To Cambodia (Ultimate Compilation),"Cambodia,Things to do in Cambodia,travel in Cambodia,Cambodia travel guide,Cambodia travel,What to do in Cambodia,Cambodia Angkor Wat,places to visit in Cambodia,Phnom Penh Cambodia,Cambodia travel documentary,Cambodia Tourism,attractions in Cambodia,cambodia trip,Siem Reap Cambodia,Khmer culture,Phnom Penh,Siem reap,Battambang,Cambodian culture,Sihanoukville,Angkor Wat,Temples of Angkor,Khmer Cuisine,Cambodian food,Amok,Khmer music,Cambodia food",162184
95
+ 49wWaWNCuC8,2014-05-24T02:00:01Z,Things to do in Vietnam | Top Attractions Travel Guide To Vietnam (Ultimate Compilation),"Vietnam,Things to do in Vietnam,Vietnam Travel Guide,Vietnam Travel,Vietnam Tourism,Vietnam Travel Documentary,vietnam things to do,vietnam guide,Vietnam attractions,travel in Vietnam,attractions in Vietnam,vietnam itinerary,travel guide,Vietnam Tour,Vietnamese culture,guide,Saigon,Vietnam night bus,Ho Chi Minh City,Sapa,Hoi An,Mekong Delta,Ha Long Bay,shopping in Hoi An,Vietnamese food,travel,things to do in Saigon,hiking in Sapa,vietnamese music",255730
96
+ iLBXpZd9ucQ,2014-05-19T10:30:02Z,KOREAN CUISINE GUIDE 🍜🍚 [An introduction to Korean Food in South Korea 🇰🇷],"Korean cuisine,korean cuisine guide,Korean Food Guide,korean cuisine explained,Korean food,korean cuisine introduction,traditional korean cuisine,Korean food introduction,Korea Food Guide,cuisine of korea,South Korea,korean food cuisine,Korean restaurant,korean cuisine documentary,food of korea,best korean cuisine,korean food documentary,cuisine,korean cuisine tasty,food,korean cuisine and dining,korean royal cuisine,korean food eating,Seoul Food,korea",463740
97
+ 7r5mhAfw3Pc,2014-05-11T05:00:00Z,Korean Food : An introduction to Korean Cuisine For First Time Visitors To South Korea,"Korean cuisine,Korean food,Korean street food,Restaurants in Seoul,What to eat in Korea,Seoul restaurants,Korean food taste test,Korean restaurant,best food in Korea,Korean food guide,Korea food,Korean barbecue,Seoul street food,eating,Korea,Seoul food,Korean pizza,South Korea,travel,food,Budae Jjigae,부대찌개,Juk,죽,Haejangguk,해장국,삼겹살,Galbi,갈비,Bulgogi,불고기,Hanjeongsik,한정식,Korean beer,Korean chicken,맥주,Seolleongtang,설렁탕,Korean Sushi,회전초밥,Japchae,Mandu,잡채,만두,vlog",39376
98
+ uJZqIzTisPw,2014-05-04T10:30:03Z,"Things to do in Seoul Korea | Top Attractions Travel Guide To Seoul, South Korea","Things to do in Seoul,Seoul attractions,What to do in Seoul,Seoul,Seoul travel guide,seoul korea,visit Seoul,서울,seoul travel,Things to do in Korea,seoul south korea,seoul vlog,Seoul Shopping,Seoul Food,visiting Seoul,Seoul Hongdae,Seoul Street Food,views of Seoul,Seoul Cat Cafe,travel in Seoul,Seoul Food Guide,Seoul Tourism,Seoul restaurants,Korean food,Korea,Korean culture,travel,Korean Cuisine,South Korea,Korean street food,Korean tea house",104953
99
+ ZxrC3QrMdUg,2014-04-28T10:00:04Z,Things to do in Finland | Top Attractions Travel Guide To Finland (Ultimate Compilation),"Things to do in Finland,travel in Finland,Finnish culture,Finland travel,Finland,Finland Travel Guide,top attractions in Finland,What to see in Finland,Finland tourism,Finnish street food,Finnish Archipelago,exploring Helsinki,Helsinki,Reindeer meatballs,Uspenski Cathedral,Finnish Cuisine,travel,Suomenlinna,Salmiakki,Finnish licorice,sea kayaking,Kimito island,Bengtskär Lighthouse,eating Reindeer,Finnish food,Finnish beer,eating salmon,Taalintehdas,fun",44849
100
+ SEwAWZcoTs8,2014-04-21T06:00:01Z,JORDAN TRAVEL GUIDE | Best Things to do and Top Attractions in Jordan (Ultimate Compilation),"Jordan,Jordan travel guide,Jordan travel,Things to do in Jordan,travel in Jordan,Jordan attractions,What to do in Jordan,Jordan backpacking,Jordan (Country),places to visit in Jordan,Visit Jordan,travel,Jordan documentary,Jordanian Culture,culture of Jordan,Jordan Tourism,Amman Jordan,Jordan Dead Sea,Petra (Tourist Attraction),Jordan Food,Bedouin,Jordanian,البتراء,Πέτρα,Bedouins,Jerash,temple of Artemis,Bedouin tent,Wadi Rum,Bedouin camp,camel ride",354295
101
+ vpTZikbDykI,2014-04-01T04:00:03Z,"Eating Scottish Food Guide: Ultimate Scottish Cuisine Tour in Edinburgh, Scotland","Scottish food,Scottish cuisine,Scottish Food Taste Test,traditional Scottish food,trying Scottish food,Scotland food,What to eat in Scotland,Scottish Cuisine Taste Test,Scottish meal,Scotland food guide,Scotland foods to try,Scottish Snacks,Scottish Junk Food,Irn Bru,Haggis,Neeps and Tatties,deep-fried Mars bar,food,Edinburgh,Scottish tablet,travel,Scottish shortbread cookies,Scotland,Scottish culture,travel in Scotland,Things to do in Scotland,vlog,fun",74187
102
+ vIdULhaL_ZU,2014-03-10T05:00:02Z,Things to do in Istanbul Turkey | Top Attractions Travel Guide To Turkey (Ultimate Compilation),"Istanbul,Things to do in Istanbul,istanbul travel guide,istanbul travel,Istanbul Turkey,istanbul turkey travel guide,istanbul things to do,istanbul guide,visit istanbul,travel in Turkey,What to do in Istanbul,visiting Istanbul,Things to do in Turkey,Istanbul attractions,Istanbul Tourism,Instabul city guide,Turkey,Things to see in Istanbul,First Impressions of Istanbul,travel,blue Mosque,guide,Istanbul shopping,Turkish food,Topkapi Palace,hagia Sophia",552170
103
+ xQA4OhAKCU4,2013-10-07T17:16:54Z,Things to do in Guilin and Yangshuo Top Attractions Travel Guide,"Guilin,Yangshuo,Things to do in Guilin,Things to do in Yangshuo,Chinese food,bicycle ride,Guilin to Yangshuo,Li River boat tour,Yangshuo Tourism,Guilin attractions,Guilin Tourism,Yangshuo attractions,Things to do in China,scenery,China,scenic,Adventure,Red Yao Hill Tribe,骑自行车在阳朔乡间,Karst,瑤族 - 瑶族,从桂林到阳朔漓江竹游船,阳朔夜市和街头食品,龙胜梯田,晚上桂林,travel,food,Long Hair Performance,rice terrace,Longsheng,night market,tofu,bike,street food,pagaoda,Chinese culture,vlog,adventure,fun",75629
104
+ OoJcWPG-_gw,2013-10-04T21:29:57Z,Things to do in Hong Kong China | Top Attractions Travel Guide,"Things to do in Hong Kong,Hong Kong attractions,Hong Kong Tourism,Hong Kong Travel Guide,Hong Kong Travel Video,Hong Kong City Guide,What to see in Hong Kong,Hong Kong food,Attractions in Hong Kong,Hong Kong restaurants,travel,China,Hong Kong,travel in Hong Kong,travel in China,Cantonese culture,香港,香港景点,香港景點,香港旅遊,星光大道,Avenue of Stars,Tsim Sha Tsui,太平山,Victoria Peak,Star Ferry,天星小輪,Hong Kong Park,舢舨,Sampan,點心,点心,dim sum,Mong Kok,Causeway Bay,Central,fun",39263
105
+ JXJbyAfwzSE,2013-10-04T03:18:46Z,"Eating Dim Sum in Hong Kong, China (吃在香港的點心)","eating dim sum in Hong Kong,eating dim sum,Hong Kong dim sum,Dim Sum Food (Dish),Things to do in Hong Kong,Hong Kong,dim sum,guide to dim sum,dim sum in Hong Kong,Hong Kong dim sum restaurant,best dim sum in Hong Kong,eating dim sum and drinking tea,香港 點心,香港 点心,點心,香港,点心,drinking Chinese tea,Tim Ho Wan,Michelin Star Restaurant,Hong Kong restaurant,dim sum restaurant,添好運 點心,添好運,香港點心,飲食點心,高品質的點心,Dim Sum Square,上環蘇杭街88號地下,大角咀海庭道18號奧海城二期G樓72號舖,Kowloon,food",81737
106
+ hYXVIJJUmTk,2013-09-07T15:09:37Z,"Feasting on Indian Food at Chungking Mansions in Kowloon, Hong Kong, China (重庆大厦 - 重慶大廈)","Indian Cuisine at the Chungking Mansions,Indian Food at the Chungking Mansions,Chungking Mansions Indian Food,Chungking Mansions India cuisine,Indian restaurant,cheapest place to eat in Hong Kong,Hong Kong cheap food,Chungking Mansions (Building),Kowloon,Hong Kong,重庆大厦,重慶大廈,travel,Indian Cuisine,Indian Food,China,travel in China,Chinese culture,Things to do in Hong Kong,naan,Indian bread,Indian curry,curries,cheap,foreigners in Hong Kong,Indian,mango lassi",40587
107
+ YxaQI5WosVM,2013-08-25T05:39:30Z,"Eating Finnish Cuisine including Reindeer Meat, Salmiakki, Karelian pastry, Salmon & Rye Bread","Finnish Cuisine,Finnish Reindeer Meat,Reindeer meat,Finland,Finnish,Karelian pasties,Reindeer Meatballs,Karelian pies,Finnish Rye Bread,Finnish Smoked Salmon,suomalaisia ​​ruokia,Finnish Foods,Finland Food Guide,Visit Finland,Finnish licorice,karjalanpiirakat,karjalanpiiraat,Smoked Salmon,poronlihan,savustettua lohta,Finnish salty Licorice,Finnish Food,Finland Food,Finland Restaurants,Salmiakki,Restaurants in Finland,What to eat in Finland,Suomi,food,fun",92425
108
+ ONhLD7vB3QM,2013-08-03T14:55:59Z,"Eating Finnish Salmon, Pizza & Dessert at the Strandhotellet in Dalsbruk Taalintehdas, Finland","Finnish pizza,Dalsbruk,Taalintehdas,Finnish dessert,Finland pizza,best pizza in Finland,What to eat in Finland,trying Finnish pizza,Finnish style pizza,Finland dessert,Finnish chocolate,Finnish salmon,pizza in Finland,Finland tourism,Finland,travel in Finland,Finnish culture,travel,Things to do in Finland,pizza,salmon,dinner in Finland,eating food in Finland,Finnish food,Finnish cuisine,local Finnish food,Strandhotellet,Eating,food,vlog",19882
109
+ XCxXShVGg38,2013-06-29T15:36:37Z,Eating Thai street food at the Chiang Mai Saturday Night Market,"Chiang Mai Saturday Night Market,Saturday Night Market,Chiang Mai tourism,Chiang Mai,Thai banana pancake,Street Food in Chiang Mai,What to eat in Chiang Mai,best street food in Chiang Mai,Things to do in Chiang Mai,Chiang Mai street food,What to see in Chiang Mai,Eating Thai Street Food,Thai Cuisine,Thai food,Thai Street Food,Wua Lai Road,Eating Thai Food,Chiang Mai time lapse,vlog,travel,Thailand,travel in Thailand,Things to do in Thailand,Dumplings",129387
110
+ t_sReTTdIlY,2013-06-17T16:02:59Z,Things to do in Hoi An Vietnam | Top Attractions Travel Guide To Vietnam (Ultimate Compilation),"Hoi An,Hoi An attractions,Things to do in Hoi An,Hoi An Tourism,What to see in Hoi An,Hoi An temples,Top attractions in Hoi An,Hoi An Vietnam,exploring Hoi An,Hoi An travel video,Hoi An travel,Hoi An Travel Video,travel,Vietnamese cooking class,Vietnam,night market,travel in Vietnam,Vietnamese culture,Things to do in Vietnam,Buddhist temple,Japanese covered bridge,Faifo,pagoda,Central market,shopping for custom clothes,White Rose,Cau Lao,Tra Que",96526
111
+ 6Xx_l-EgA9M,2013-03-23T10:05:00Z,Penang Travel Guide: Things to do in George Town Top Attractions (Malaysia),"Penang,George Town,penang malaysia,Malaysia,penang travel guide,penang food,penang street food,penang travel,travel in Malaysia,penang backpacking,penang documentary,Penang Tour,Attractions in Penang,penang restaurants,George Town Attractions,travel Penang,penang at night,Chinatown,Malaysian culture,Things to do in George Town,Georgetown,Kek Lok Si,Clan Jetties,Botanical Gardens,Fort CornWallis,Little India,colonial mansions,fun,travel,food,vlog",83371
112
+ i86PScyOv7E,2013-03-16T01:35:24Z,Things to do in Kuala Lumpur Malaysia | Top Attractions Travel Guide To Malaysia (Compilation),"Kuala Lumpur,Things to do in Kuala Lumpur,Kuala Lumpur attractions,Attractions in Kuala Lumpur,Kuala Lumpur Tourism,travel in Kuala Lumpur,Kuala Lumpur Travel Video,Kuala Lumpur Sightseeing,Exploring Kuala Lumpur,restaurants in Kuala Lumpur,Things to do in Malaysia,Kuala Lumpur City Guide,Visit Kuala Lumpur,Kuala Lumpur food,travel,Malaysia,travel in Malaysia,Chinatown,Kuala Lumpur Time Lapse,Petronas Towers,Merdeka Square,LRT,Batu Caves,Roti Canai,vlog",115089
113
+ SBf-maV5JUg,2013-03-09T07:53:09Z,"Malacca Travel Guide: Things to do in Malacca Attractions (Melaka, Malaysia)","Malacca,travel,Melaka,Things to do in Malacca,Malaysia,malacca street food,Malacca attractions,Melaka attractions,malacca city,travel in Malaysia,melaka river cruise,malacca tour,travel in Melaka,travel in Melacca,malacca travel,malacca food,malacca travel guide,melaka trip,melaka malaysia,melaka food,Jonker Street Night Market,Malaysian culture,malacca tourism,Melaka River,Malacca River,rickshaw ride,Malaysian cuisine,Baba Nyonya,Peranakan,food",126387
114
+ FesItgQN7vk,2012-12-10T10:56:21Z,"Thai Snake Show (King Cobra Show) Man vs Snake - Kanchanaburi, Thailand","Thai snake show,Thai snake performance,snake show,Thai Cobra Show,Cobra show,Snake show in Thailand,Thai man versus Cobra,Dangerous,Thai man vs snake,snake performance,snakes biting,snake bit,snake hiss,snake slither,man versus snake,Thai man versus snake,man vs snake,man vs cobra,Thai man vs cobra,King cobra,hissing snake,vlog,jumping snake,snakes,snake,biting snake,catching snake,dodging snake,snake fight,Thailand,Kanchanaburi,very scary",25897
115
+ bXhTw1Is8KE,2012-11-24T12:07:05Z,Foreigners interviewed about their experiences and life in Korea (Samuel & Audrey),"Interview about life in Korea,Interview about Korea,What it is like living in Korea,Interviewed in Korea,Expat life in Korea interview,Funny interview in Korea,Being a foreigner in Korea,humor,Questions about Korea,silly,humour,Korea,South Korea,vlog,backpacking,travel,Korean,Life in Korea,Korean experiences,Life in Korea as foreigners,Korean culture,What we like about Korea,Like about Korea,Dislike about Korea,Life as expats,expats,expats in Korea",10110
116
+ go-b0kpC5Aw,2012-11-17T00:12:28Z,Things to do in Shanghai Travel Guide (China),"Things to do in Shanghai,Shanghai Travel Guide,Shanghai China,Visit Shanghai,Shanghai travel,Shanghai,Shanghai at night,What to see in Shanghai,China,Shanghai street food,Explore Shanghai,Chinese Culture,Chinese events,Chinese people,Tai Chi,Parks,Old Quarter,Old Town,Pudong,Futuristic,Orient Tower,Things to do in China,The Bund,Huangpu River,黄浦江,浦东,浦西,East meets West,Eastern Culture,Pǔdōng,Nanjing Road,Nanjing Street,Shopping district,Dumplings",12084
117
+ ok1CpjOksy8,2012-11-05T23:48:06Z,"Korean Traditional Marriage at the Korean Folk Village (한국 민속촌) in Yongin, South Korea","Korean Traditional Marriage,Korean Traditional Wedding,Korean culture,Korean Folk Village marriage,traditional marriage at Korean Folk Village,Korean Folk Village,Korean traditional culture,Korean customs,Korean traditional music,한국 민속촌,Korean traditional clothes,Yongin,Korea,South Korea,Korean performance,traditional life,Korean Wedding,Korean Ceremony,Hanbok,Korean clothes,Korean attire,Korean man,Korean woman,Korean groom,Korean bride,Korean music",9719
118
+ uuKvoNq4Xjw,2012-10-22T14:52:49Z,"Eating GIANT KOREAN ICE CREAM! [아이스크림: Biggest Ice Cream = 32CM!] in Myeongdong, Seoul, Korea 🍦🇰🇷","Seoul ice cream,ice cream seoul,Korean ice cream,ice cream,아이스크림,32cm,ice cream in Myeongdong,Myeongdong ice cream,big ice cream in Seoul,giant ice cream,Korea ice cream,long ice cream,biggest ice cream in seoul,ice cream in Seoul,seoul,Seoul big ice cream cone,eating ice cream in korea,아이스크림 32cm,best ice cream seoul,eating ice cream in seoul,서울 아이스크림,Korean street food,명동 아이스크림,huge ice cream,Korean food,서울,street food,Korea,명동,South Korea,Food",3805935
119
+ ezwGdCxX9bw,2012-10-22T13:15:11Z,"Eating Korean Street Food at Namdaemun Market in Seoul, Korea | 포장마차 남대문시장","street food,Korean street stalls,Namdaemun,Korean street food,Street food in Korea,Seoul street food,Korean street food guide,cheap street food in Korea,South Korea street food,Street stalls in Korea,Namdaemun street food,Korean street food taste test,Street food in South Korea,Namdaemun market,Pojangmacha,sweet,cheap,rice flour cookie,Korea,South Korea,travel,eating street food,포장마차,남대문시장,Korean food,Korean cuisine,street foods,호떡,떡,Korean pancake,vlog",144458
120
+ pqG1N7JB-5s,2012-10-01T05:06:59Z,India Railways Train Ride From Jaipur to Ajmer (Indian Train Ride),"Jaipur to Ajmer,Jaipur to Ajmer train,Train ride in India,Jaipur to Ajmer train travel,India Train Ride,India train travel,India Railways,Train ride,Travel Video,Backpacking Video,Video,Travel,India,Indian,High speed,slow motion,monkeys,jumping,running,playing,cows,eating,grazing,rats,people,Indian people,Indian passengers,passengers,tracks,scenery,sunsets,slums,colourful,colors,tea,chai,railway stations,poverty,animals,vendors,Culture,transport,saris,Ajmer,Jaipur",148114
121
+ M-gg90tyQ80,2012-09-24T06:06:06Z,"Eating Korean Rice & Soup for Lunch (순두부찌개 & 돌솥 비빔밥) in Gwangju, Korea","Eating Korean rice,Eating Korean soup,Korea food,Korean lunch,Sundubu Jjigae,Korean rice,Korean soup,Dolsot Bibimbap,food vlog from Korea,Korea food guide,Gwangju food,What to eat in Korea,Korean side dishes,sides dishes,banchan,Korean mixed rice,bibimbap,delicious,tasty,eat,eating,devouring,feast,yummy,yum,Korean cuisine,Gwangju,train station,순두부찌개,돌솥,비빔밥,humor,silly,humour,Korea,South Korea,vlog,backpacking,Asia,rtw,travel,blog,eating sundubu",9808
122
+ Kw9BiYUPKBs,2012-09-10T11:35:33Z,"Dog Cafe in Hongdae - Seoul, Korea (Bau Haus Dog Café) 바우하우스","Bau Haus Dog Cafe,Seoul dog cafe,Korean dog cafe,dog cafe in Korea,dog cafe in Hongdae,dog cafe in Seoul,Hongdae dog cafe,Korean dogs,dog,dogs,cafes in Seoul,cafes in Korea,Seoul attractions,Things to do in Seoul,cafe,café,Korea,Seoul,Hongdae,Korean,Bau Haus,바우하우스,playing with dogs,drinking coffee with dogs,cute dogs,funny dogs,dogs playing,dogs eating,dogs roaming,dogs on table,South Korea,vlog,backpacking,Asia,travel,dogs running,dogs jumping",46020
123
+ nySDq023H5w,2012-09-09T14:02:53Z,"Cat Cafe in Hongdae - Seoul, Korea (고양이 다락방) Kitty Café: Feeding & playing with cats","cat cafe in Hongdae,Hongdae cat cafe,Hongdae Seoul,Seoul cat cafe,Korea cat cafe,cat cafe in Korea,Seoul cats,cat cafe,cat cafe in Seoul,cat café,Korean cat cafe,coffee with cats,playing with cats,feeding cats,cats eating,cats jumping,cats playing,cats running,cats leaping,slow motion,high speed,Casio slow motion,kitty cafe,kitten,cat,cats,kitties,cute,climbing,Hongdae,고양이,고양이 다락방,Korea,South Korea,vlog,cat jumps on head,cat on head,fun",43322
124
+ YfQLwD-FXVQ,2012-08-26T10:10:42Z,"Eating Budae Jjigae 부대찌개 (Korean Army Base Stew) with hot dogs, spam & red chilli paste","Budae Jjigae,eating Budae Jigae,Korean American stew,Army Base Stew,American army stew,Yongin Restaurants,Korean stew,Korean army stew,Korean Food (Cuisine),Korean hot dog stew,Yongin,Korean spam stew,eating,Korean,Korea,foreigners eating Korean food,South Korea,Korean hot pot,Jjigae (Type Of Dish),Korean restaurant,cute Korean kid,Korean kid jumping on table,Korean boy sticking out tongue,spam,hot dog,ramen,noodles,Korean spicy soup,부대찌개,Korean soup",16412
125
+ 9wnlFEve7EQ,2012-08-26T05:59:30Z,"Eating Korean Hangover Soup (Haejangguk : 해장국 & 解酲국) at a restaurant in Yongin, Korea","解酲국,eating Korean soup,Korean hangover soup,hangover soup,Korea,Haejangguk,해장국,Korean hangover cure,soup to get sober,morning after drinking meal in Korea,What to eat in Korea,Korean cuisine,hangover cure,South Korea,vlog,backpacking,Asia,travel,Korean meal,Korean lunch,eating Korean food,delicious,tasty,yummy,cabbage,vegetables,beef,broth,glass noodles,rice cakes,guk,soup,Korean restaurant,Korean dinner,eating in South Korea,chopsticks,Korean hangover stew",32971
126
+ HzJhoO4BHGM,2012-08-24T12:24:01Z,"Khmer Traditional Music (Cambodian Folk Traditional Instruments) Angkor, Siem Reap, Cambodia","Khmer boy playing music,Khmer musicians,Khmer,Cambodian traditional music,Khmer traditional music,Cambodian folk music,Khmer folk music,Khmer instruments,Khmer performers,Cambodian,Cambodia,Angkor Wat music,Angkor music,Siem Reap,Angkor,Temples of Angkor,Angkor Wat,performers,traditional music,instruments,men,boy,playing,play,entertain,drums,flute,pinpeat,orchestra,ching,cymbal,roneat,bamboo,xylophone,pai,au,sralai,oboe,chapey,bass,banjo,gong,tro,fiddle,vlog",141432
127
+ zH1Pwt0UHu8,2012-08-19T00:16:57Z,"Gyeongbokgung Palace 경복궁 (Korean Royal Guard) in Seoul, South Korea","Gyeongbokgung,Gyeongbokgung Palace,Gyeongbok Palace,Royal Palace,Korean Royal Palace,Seoul,Seoul Gyeongbokgung,Seoul palace,경복궁,景福宮,Seoul attractions,Gwanghwamun,Things to do in Seoul,palace in Seoul,Heungnyemun,Geunjeongmun,Yeongjegyo,Korean Royal Guard,What to see in Seoul,Seoul Korea,Northern Seoul,Royal Guard,Korean guard,Seoul travel,changing of guard,Korean changing of guard,costumes,humor,silly,humour,Korea,South Korea,vlog,backpacking,Asia,rtw,travel",14708
128
+ sV1uuS9jBhg,2012-08-18T23:58:34Z,"Kids Playing in the Water Pool Park at Yongsan iPark (Seoul, Korea)","Korean Water Park,Water Park,Korean pool,Pool in Korea,Yongsan iPark,Korean children,Korean children playing,Yongsan Water Park,Koreans playing,Yongsan Water Pool Park,Seoul water pool,kids playing,kids splashing,water pool in Seoul,running,yelling,having fun,hot day,humid day,Water pool park,Yongsan,Korean,Korean kids,kids having a good time,outdoors,skull,water,splashing,swimming,wading,Yongsan station,Korea,South Korea,vlog,backpacking,Asia,travel",32454
129
+ AlmfA6HHGKk,2012-08-12T08:13:08Z,"Camel Safari in the Thar Desert near Jaisalmer, Rajasthan, India","India,Things to do in Jaisalmer,camel safari in Rajasthan,Jaisalmer camel safari,Thar Desert,Thar Desert Camel Safari,camel safar in Jasailmer,What to see in Jasailmer,Rajasthan camel safari,India camel safari,camel safari in India,riding a camel in India,camel ride,what it is like to ride camel,Camel Safari,Rajasthan,Jaisalmer,backpacking,Things to do in India,camel ride in India,adventure,camel,desert,humor,silly,humour,vlog,Asia,rtw,travel,blog",32849
130
+ WQxLU4htnG0,2012-08-01T11:15:27Z,"Shabu-shabu (Japanese style hot pot) in Yongin, Korea","shabu shabu,Korean shabu shabu,Shabu-shabu,hot pot,Japanese hot pot,しゃぶしゃぶ,Korean cuisine,shabu shabu in Yongin,Yongin food,food in Yongin,Korean meal,Yongin restaurants,Korea shabu shabu,Yongin food guide,Yongin,What to eat in Yongin,restaurants in Yongin,cooking,communal,meal,dinner,Korea,syabu-syabu,boiling,scalding,broth,sauce,meat,vegetables,boil,cook,rice,noodles,beef,sliced beef,swish swish,pot,thin,dipping,South Korea,vlog,Asia,rtw,travel,Korea food",14337
131
+ UhKce0Cu1Ck,2012-07-29T23:58:24Z,"Malaysia (Part 14) Malaysian Culture, People & Places Slideshow Series","Malay,Malaysia,Malaysian,Chinese,Indian,Ethnic,diverse,population,religion,religious,harmony,saris,Melacca,Melaka,Kuala Lumpur,Cameron Highlands,Tama,Rata,Tamah Rata,tea plantation,Boh Tea Plantation,street,Petronas Towers,roti,Indian food,Chinese food,dim sum,Malay food,cuisine,fruit,hot,warm,colonial,architecture,faces,Nomadic Samuel,Samuel Jeffery,backpacking,Asia,rtw,travel,happy,candid portraits,people,Malaysian people,outdoors,animals",10998
132
+ UsMRHTInEa0,2012-07-28T23:53:34Z,"Sultan Omar Ali Saifuddin Mosque - Bandar Seri Begawan, Brunei","Sultan Omar Ali,Islamic Mosque,Bandar Seri Begawan,Islamic,Brunei,Omar Ali,Brunei River,Nomadic Samuel,That Backpacker,Audrey Bergner,Samuel Jeffery,humor,silly,humour,vlog,backpacking,Asia,rtw,travel,blog,Bruneian,people,places,boats,motorboats,longboats,mosque,Kampong Ayer,Kampung Ayer,water stilt village,Brunei people,faces,outdoors,scenery,walking,planks,walkways,sultanate,attractions,architecture,Mughal,Italian,lagoon,marble,domes",179440
133
+ 7wndkGMPi2Y,2012-07-17T04:33:32Z,India & Pakistan Border Closing Ceremony in Wagah (Border Security Force & Pakistan Rangers),"India,Indian,Pakistan,Pakistani,soldiers,border closing,border closing ceremony,India Pakistan border,Wagah,troops,theatrics,performance,spectacle,ceremony,aggressive,aggression,Border Security Force,Pakistan Rangers,India ladies,Indian woman,singing,dancing,cheering,supporting,yelling,crazy,crowd,stadium,parade,parading,kick,kicking,movement,leg kicks,confrontational,confrontation,India flag,national flag,carrying flag,visitors,handshake,tourists,jawan,ਵਗਾਹ",57909
134
+ 06DTtnIG4o4,2012-07-15T03:15:43Z,"Protect your camera (DSLR) from mud, rain & water : Travel Photography Tip - Boryeong, Korea","photography tip,photography advice,photography tutorial,Nomadic Samuel,Samuel Jeffery,travel photography tip,protect your camera,mud proof,waterproof,waterproof camera,rainproof,protect camera from mud,Boryeong mud festival,Korea,South Korea,DSLR protection,protect your DSLR,seal camera,cover camera,plastic wrap,tape,cheap,budget,technique,tip,body,lens,lens hood,shoot,photos,camera,travel",10654
135
+ I6pRbgb-9Oc,2012-07-09T10:59:36Z,Faces of Ecuador (Part 2) Ecuadorian People,"NomadicSamuel,Nomadic Samuel,Samuel Jeffery,Video,Travel,Events,Candid,Portraits,Culture,Destination,Tourism,Smiles,Smile,Faces,Happy,Cultural,Backpacking,People,Outdoors,Street,Traffic,Smiling,Emotions,Face,Facial,Expressions,Glad,Sad,Frowns,Scowl,Cheerful,Friendly,Ecuadorian,Ecuador,Ecuadorian People,Faces of Ecuador,Quito,Indigenous,traditional,traditional dress,ponchos",11430
136
+ mcW9oGFGj1Y,2012-07-08T10:50:33Z,Faces of Peru (Part 1) Peruvian People,"NomadicSamuel,Nomadic Samuel,Samuel Jeffery,Video,Travel,Events,Candid,Portraits,Culture,Destination,Tourism,Smiles,Smile,Faces,Happy,Cultural,Backpacking,People,Outdoors,Street,Traffic,Smiling,Emotions,Face,Facial,Expressions,Glad,Sad,Frowns,Scowl,Cheerful,Friendly,Peruvian,Peru,Peruvian People,Faces of Peru,Cuzco,Cusco,Huacachina,Ica,Lake Titicaca,frontier,province,Indigenous,traditional,Incan,Inca,festival,colourful,images,alpaca sweaters,traditional dress,ponchos",12460
137
+ eDpY_nrrs6U,2012-07-07T23:45:20Z,"Giant Bronze Korean Buddha at Gagwonsa Buddhist temple : Mt. Taejosan, Cheonan, Korea","Nomadic,Samuel,That,Backpacker,Audrey,Bergner,Jeffery,humor,silly,humour,Korea,South,vlog,backpacking,Asia,rtw,travel,blog,Korean,temple,Buddhist temple,mountain,Buddhist music,peaceful,serene,Cheonan,Gagwonsa,Buddha,Korean temple,Korean Buddhist Temple,remote,nature,Giant Buddha,bronze Buddha,huge Buddha,Mt. Taejosan,big,massive,giant,enormous",9777
138
+ YtYfGjS4mf0,2012-07-07T14:49:25Z,Korean Subway / Metro Ride from Pyeongtaek to Cheonan (buying a fan along the way),"Nomadic Samuel,That Backpacker,Audrey Bergner,Samuel Jeffery,humor,silly,humour,Korea,South Korea,vlog,backpacking,Asia,rtw,travel,blog,Korean,train ride,Korean train ride,Korean train,trip,train trip,Pyeongtaek,Cheonan,평택,대전,funny,random,goofy,eating,cutting,nails,walnut cake,snacks,eat,delicious,Hodugwaja,호두과자,running,smiling,paper fan,scenery,Asian fan,fanning,hot,buying,subway demonstration,subway vendor,천안",30334
139
+ 0zdALq32-Qw,2012-06-25T11:22:21Z,"Scenic view from the top of Hannam Dong Hill (한남동) in Seoul, South Korea","Nomadic,Samuel,That,Backpacker,Audrey,Bergner,Jeffery,humor,silly,humour,Korea,South Korea,vlog,backpacking,Asia,rtw,travel,blog,Korean,Hannam,Dong,hill,scenic,views,panoramic,panorama,observation,zoom,optical,wide,angle,Seoul,area,traditional,villages,traditional home,Han River,traffic,fan,presentation,한남동,Hannam-Dong",10385
140
+ MPJTczdI55c,2012-06-23T12:32:43Z,Eating Korean Spicy Rice Cakes (Tteokbokki - 떡볶이) & Cold Noodle Soup (Milmyeon - 밀면),"Nomadic Samuel,That Backpacker,Audrey Bergner,Samuel Jeffery,humor,silly,humour,Korea,South Korea,vlog,backpacking,Asia,rtw,travel,blog,Korean,Korean food,Korean cuisine,noodles,soup,eating,food,eat,slurping,chopsticks,funny,weird,spicy,rice cakes,refreshing,cold,cold noodle soup,summer food,Tteokbokki,Ddeokbokki,battered,shrimp,sweet potato,rice rolls,noodle rolls,tasty,delicious,savoury,pigs,laughing,Milmyeon,Naengmyeon,떡볶이,밀면,냉면",19657
141
+ KAPfxXzdlzg,2012-06-16T15:44:19Z,"Visiting Songtan 송탄 (American Army Base) in Pyeongtaek 평택, South Korea","Nomadic Samuel,That Backpacker,Audrey Bergner,Samuel Jeffery,humor,silly,humour,Korea,South Korea,vlog,backpacking,Asia,rtw,travel,blog,Korean,dance,traditional,folk dance,American soldiers,American,Pungmul,풍물,Songtan,송탄,Osan,Air Base,Pyeongtaek,평택,American Military,shopping,eating,restaurants,food,deodorant,dove,Old Spice,clubs,night clubs,Hook Up Club,dog,cute,foreign food,Chinese,Japanese,Mexican,Turkish,Indian",45466
142
+ SOg5tTGQ5t4,2012-06-10T13:30:59Z,Korean Barbecue Feast (Samgyeopsal): 삼겹살 (Pork Belly Slices),"Nomadic Samuel,That Backpacker,Audrey Bergner,Samuel Jeffery,humor,silly,humour,Korea,South Korea,vlog,backpacking,Asia,rtw,travel,blog,Korean,Korean barbecue,meat barbecue,pork,pork belly,bacon,slices,wedges,feast,Samgyeopsal,삼겹살,side dishes,thick,fatty,grill,cooked,diner,dip,sauce,eat,devour,eating,expensive,meat,gogi,lettuce,sangchu,상추,garlic,raw,깻잎,green chili peppers,dinner,kimchi,onions,ssamjang,쌈장,pieces,delicious,tasty,yummy,gormandizing,cooking",10189
143
+ Fl1eKpNSSIs,2012-06-10T01:40:18Z,"Visiting a pet shop (Cats and Dogs) In Daejeon (대전), South Korea","Nomadic Samuel,That Backpacker,Audrey Bergner,Samuel Jeffery,humor,silly,humour,Korea,South Korea,vlog,backpacking,Asia,rtw,travel,blog,Korean,Daejeon,대전,exploring,random,crazy,jumping,leaping,cute,adorable,happy,joyful,sleeping,sad,cage,pet,pet shop,pet store,cats,cat,kitten,dog,dogs,puppy,playing,touching,visit,love,playing with cats,playing with dogs,cute cats,cute dogs,cats for sale,puppies for sale,buying a cat in Korea,buying a dog in Korea",47944
144
+ OXI6-TQBloU,2012-02-12T21:01:33Z,India Train Ride (High Speed Movie) Indian Railways भारतीय रेल,"NomadicSamuel,Nomadic Samuel,Samuel Jeffery,Travel Log,Travel Video,Backpacking Video,Video,Travel,India,Indian,Train ride,India Train Ride,India Railways,High speed,slow motion,monkeys,jumping,running,playing,cows,eating,grazing,rats,people,Indian people,Indian passengers,passengers,tracks,scenery,sunsets,slums,colourful,colors,tea,chai,railway stations,Delhi,Agra,Kolkata,Varanasi,Jaipur,Jaisalmer,Ajmer,Amritsar,Udaipur,poverty,animals,vendors,Culture,transport,saris",101695
nomadic-samuel-list.csv.gz ADDED
Binary file (26.5 kB). View file
 
nomadic-samuel-youtube-transcripts.csv ADDED
The diff for this file is too large to render. See raw diff
 
nomadic-samuel-youtube-transcripts.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86285df8d1b0cbd85a028c1cf2180d8081ad01e0d20e9bbec240667a35797bba
3
+ size 3042604
nomadic-samuel-youtube-transcripts.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f21074c41b44315fa2defe89f8003865227e5edbecc79ac7e175a4e5406042c5
3
+ size 10728486
nomadic-samuel-youtube-transcripts.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b572c014b4e8827a345120d16954214e8e0f77b3a4ad33bb6fd327ed7aabd9d6
3
+ size 3139021