1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 02:19:29 +00:00
youtube-dl/youtube_dl
Sergey M․ 8dc9d361c2 [extractor/common] Fix format_id when last_media is None and always include m3u8_id if present
The rationale behind `m3u8_id` was to resolve duplicates when processing several m3u8 playlists within the same media that give equal resulting `format_id`'s,
e.g. `youtube-dl http://www.rts.ch/play/tv/passe-moi-les-jumelles/video/la-fee-des-bois-mustang-les-chemins-du-vent?id=3854925 -F`
2015-03-06 22:52:50 +06:00
..
downloader [downloader/http] Add missing fields for _hook_progress call 2015-03-04 12:14:38 +01:00
extractor [extractor/common] Fix format_id when last_media is None and always include m3u8_id if present 2015-03-06 22:52:50 +06:00
postprocessor Add postprocessor for converting subtitles (closes #4954) 2015-02-28 14:43:24 +01:00
__init__.py [letv] Add --cn-verification-proxy (Closes #5077) 2015-03-03 00:03:06 +01:00
__main__.py [test_unicode_literals] Arm unicode_literals check 2014-11-26 20:01:22 +01:00
aes.py [aes] style: Put __all__ variable at the end of the file 2015-02-11 18:15:15 +01:00
cache.py [cache] Fix writing to paths with unicode characters 2014-11-19 00:02:24 +01:00
compat.py Use shutil.get_terminal_size for getting the terminal width if it's available (python >= 3.3) 2015-02-28 21:44:57 +01:00
jsinterp.py [jsinterp] Disable comment support 2015-02-18 10:47:42 +01:00
options.py [letv] Add --cn-verification-proxy (Closes #5077) 2015-03-03 00:03:06 +01:00
swfinterp.py Fix imports and general cleanup 2014-12-13 12:35:45 +01:00
update.py Add new option --source-address 2015-01-10 19:56:51 +01:00
utils.py [utils] Correct per-request proxy handling 2015-03-03 13:56:06 +01:00
version.py release 2015.03.03.1 2015-03-03 13:59:38 +01:00
YoutubeDL.py [utils] Correct per-request proxy handling 2015-03-03 13:56:06 +01:00