aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2016-07-15Revert "[ffmpeg] Fix embedding subtitles (#9063)"Yen Chi Hsuan
This reverts commit ccff2c404d7ea9f5b21ede8ae57bb79feec7eb94. Fixes #10081. The new approach breaks embedding subtitles into video-only or audio-only files. FFMpeg provides a trick: add '?' after the argument of '-map' so that a missing stream is ignored. For example: opts = [ '-map', '0:v?', '-c:v', 'copy', '-map', '0:a?', '-c:a', 'copy', # other options... ] Unfortunately, such a format is not implemented in avconv, either. I guess adding '-ignore_unknown' if self.basename == 'ffmpeg' is the best solution. However, the example mentioned in #9063 no longer serves problematic files, so I can't test it. I'll reopen #9063 and wait for another example so that I can test '-ignore_unknown'.
2016-07-14[syfy] fix extraction(closes #9087)(closes #3820)(closes #2388)Remita Amine
2016-07-15[3qsdn] Restrict src JS regexSergey M․
2016-07-15[orf:tvthek] Remove test md5Sergey M․
2016-07-15Fix unit tests for m3u8 and RTSP extractors that require ffmpeg or mplayerNehal Patel
2016-07-14[ninenow] correct test urlRemita Amine
2016-07-14[ninenow] Add new extractor(closes #5181)Remita Amine
2016-07-14[brightcove] skip ism manifestsRemita Amine
2016-07-13Add extractor for rtve.es/television (fixes #10076)Jaime Marquínez Ferrándiz
2016-07-13[rtve] Fix extraction (#10076)Jaime Marquínez Ferrándiz
For http://www.rtve.es/alacarta/videos/documentos-tv/documentos-tv-revolucion-del-movil/3069778/ using 'auth/resources' fails, and other URLs seem to work fine.
2016-07-13[bbc] extract only the original Unified Streaming Platform m3u8 manifestsRemita Amine
https://github.com/rg3/youtube-dl/commit/0385aa6199206e4ba7745efec73be26c5826286a#commitcomment-18233275 manifests with higher birate require more time to check formats
2016-07-13release 2016.07.132016.07.13Sergey M․
2016-07-13[ellentv] Improve extraction (Closes #10067)Sergey M․
2016-07-13[bbc] extract more and better qulities from Unified Streaming Platform m3u8 ↵Remita Amine
manifests
2016-07-13[common] extract vbr, abr and fps for Unified Streaming Platform m3u8 manifestsRemita Amine
2016-07-13[extractors] Add vk:wallpost extractor importSergey M․
2016-07-13[vk] Improve loginSergey M․
2016-07-13[vk:wallpost] Add extractorSergey M․
2016-07-12[shahid] try to bypass geo restriction and extract more metadata(closes #10062)Remita Amine
2016-07-12[youtube] Add YouTube Red paid video reference test (#10059)Sergey M․
2016-07-11[tmz] delegate extraction to KalturaIERemita Amine
2016-07-11[beightcove:new] remove html tags from descriptionRemita Amine
2016-07-11[dbtv] delegate extraction to BrightcoveNewIERemita Amine
2016-07-11[tvplay] improve extractionRemita Amine
2016-07-11[playvid] Update _TESTSYen Chi Hsuan
Blocks https://travis-ci.org/rg3/youtube-dl/jobs/143809100
2016-07-11[biobiochiletv] Fix extraction and update _TESTSYen Chi Hsuan
2016-07-11[rudo] Add new extractorYen Chi Hsuan
Used in biobiochile.tv
2016-07-11release 2016.07.112016.07.11Sergey M․
2016-07-11[vidzi] Add support for embed URLs (Closes #10058)Sergey M․
2016-07-11[youtube] Relax TFA regexesSergey M․
2016-07-11[vuclip] Fix extractionYen Chi Hsuan
2016-07-11[miomio] Fix _TESTSYen Chi Hsuan
2016-07-10[miomio] Support new 'h5' player (closes #9605)Yen Chi Hsuan
Depends on #8876
2016-07-10Merge pull request #8876 from remitamine/html5_mediaYen Chi Hsuan
[extractor/common] add helper method to extract html5 media entries
2016-07-10[roosterteeth] Improve (Closes #9864)Sergey M․
2016-07-10[roosterteeth] Add extractorNehal Patel
2016-07-09release 2016.07.09.22016.07.09.2Sergey M․
2016-07-09[animeondemand] Fix typoSergey M․
2016-07-09[lynda] Remove md5 from test (Closes #10047)Sergey M․
2016-07-09[facebook] Fix typo and break when found video_data (Closes #10048)Sergey M․
2016-07-09[generic] Add the test. Closes #1638Yen Chi Hsuan
2016-07-09[vimeo] Recognize non-standard embeds (#1638)Yen Chi Hsuan
2016-07-09Merge pull request #9288 from reyyed/issue#9063fixYen Chi Hsuan
[ffmpeg] Fix embedding subtitles (#9063)
2016-07-09release 2016.07.09.12016.07.09.1Sergey M․
2016-07-09[srmediathek] extend _VALID_URL(closes #9373)Remita Amine
2016-07-09[ard] fix f4m extraction and skip tests with 404 errorsRemita Amine
2016-07-09[youtube:user] Preserve user/c path segmentSergey M․
2016-07-09[extractor/generic] Properly comment out a testSergey M․
2016-07-09release 2016.07.092016.07.09Sergey M․
2016-07-09[animeondemand] Pass num for episode based videosSergey M․