12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- ##ALSO NEED TO SUBSEQUENTLY ADDRESS URL https://github.com/rg3/youtube-dl/... and http://rg3.github.io/youtube-dl/... and http://yt-dl.org& youtube-dl/ALPHA/NUM
- ##youtu`be-dl
- test/test_all_urls.py:
- self.assertMatch('https://www.youtube.com/results?baz=bar&search_query=youtube-dl+test+video&filters=video&lclk=video', ['youtube:search_url'])
- youtube_dl/extractor/bandcamp.py:
- 'title': "youtube-dl \"'/\\\u00e4\u21ad - youtube-dl test song \"'/\\\u00e4\u21ad",
- 'url': 'http://youtube-dl.bandcamp.com/track/youtube-dl-test-song',
- youtube_dl/extractor/dropbox.py:
- 'url': 'https://www.dropbox.com/s/nelirfsxnmcfbfh/youtube-dl%20test%20video%20%27%C3%A4%22BaW_jenozKc.mp4?dl=0',
- 'title': 'youtube-dl test video \'ä"BaW_jenozKc'
- youtube_dl/extractor/eighttracks.py:
- 'url': 'http://8tracks.com/ytdl/youtube-dl-test-tracks-a',
- 'display_id': 'youtube-dl-test-tracks-a',
- 'title': "youtube-dl test tracks \"'/\\ä↭<>",
- 'title': "youtue-dl project<>\"' - youtube-dl test track 1 \"'/\\\u00e4\u21ad",
- 'title': "youtube-dl project - youtube-dl test track 2 \"'/\\\u00e4\u21ad",
- 'title': "youtube-dl project as well - youtube-dl test track 3 \"'/\\\u00e4\u21ad",
- 'title': "youtube-dl project as well - youtube-dl test track 4 \"'/\\\u00e4\u21ad",
- 'title': "PH - youtube-dl test track 5 \"'/\\\u00e4\u21ad",
- 'title': "PH - youtube-dl test track 6 \"'/\\\u00e4\u21ad",
- 'title': "phihag - youtube-dl test track 7 \"'/\\\u00e4\u21ad",
- 'title': "phihag - youtube-dl test track 8 \"'/\\\u00e4\u21ad",
- youtube_dl/extractor/minhateca.py:
- 'url': 'http://minhateca.com.br/pereba/misc/youtube-dl+test+video,125848331.mp4(video)',
- 'title': 'youtube-dl test video',
- youtube_dl/extractor/moniker.py:
- 'title': 'youtube-dl test video',
- youtube_dl/extractor/sohu.py:
- 'title': 'youtube-dl testing video',
- youtube_dl/extractor/soundcloud.py:
- 'url': 'https://soundcloud.com/jaimemf/youtube-dl-test-video-a-y-baw/s-8Pjrp',
- youtube_dl/extractor/streamcloud.py:
- 'url': 'http://streamcloud.eu/skp9j99s4bpz/youtube-dl_test_video_____________-BaW_jenozKc.mp4.html',
- 'title': 'youtube-dl test video \'/\\ ä ↭',
- youtube_dl/extractor/videopremium.py:
- 'title': 'youtube-dl_test_video____a_________-BaW_jenozKc.mp4.mp4'
- youtube_dl/extractor/vidzi.py:
- 'title': 'youtube-dl test video 1\\\\2\'3/4<5\\\\6ä7↭',
- youtube_dl/extractor/vimeo.py:
- 'videopassword': 'youtube-dl',
- 'title': "youtube-dl test video - \u2605 \" ' \u5e78 / \\ \u00e4 \u21ad \U0001d550",
- 'title': 'youtube-dl password protected test video',
- youtube_dl/extractor/youtube.py:
- 'url': 'https://www.youtube.com/results?baz=bar&search_query=youtube-dl+test+video&filters=video&lclk=video',
- 'title': 'youtube-dl test video',
- 'title': 'youtube-dl test video "\'/\\ä↭𝕐',
- 'description': 'test chars: "\'/\\ä↭𝕐\ntest URL: https://github.com/rg3/youtube-dl/issues/1892\n\nThis is a test video for youtube-dl.\n\nFor more information, contact phihag@phihag.de .',
- 'tags': ['youtube-dl'],
|