aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-19[extractors] Add import for comedycentral.tvSergey M․
2016-07-19[bbc] Improve extraction from sxml playlistsSergey M․
2016-07-18[ard] Add test for rbb-onlineSergey M․
2016-07-17release 2016.07.172016.07.17Sergey M․
2016-07-17[README.md] Make download URLs consistentSergey M․
2016-07-17[spike] Relax _VALID_URL and improve extraction (Closes #10106)Sergey M․
2016-07-17[viki] Fix tests (Closes #10098)Sergey M․
2016-07-17[viki] Lower m3u8 preferenceSergey M․
http URLs are always provde the same or better quality
2016-07-17[viki] Override m3u8 formats acodecSergey M․
2016-07-17Revert "[bbc] extract more and better qulities from Unified Streaming ↵Sergey M․
Platform m3u8 manifests" This reverts commit 0385aa6199206e4ba7745efec73be26c5826286a.
2016-07-17[comedycentraltv] Add extractor (Closes #10101)Sergey M․
2016-07-17[mtvservices] Strip descriptionSergey M․
2016-07-17[ard] Add support for rbb-online (Closes #10095)Sergey M․
2016-07-17[streamable] Fix title extraction and improve (Closes #9122)Sergey M․
2016-07-17[streamable] Add extractorZach Bruggeman
2016-07-17[nintendo] Improve playlist extraction (Closes #9986)Sergey M․
2016-07-16[nintendo] Add extractorTRox1972
2016-07-16[extractor/generic] Change twitter:player embeds priority to lowest (Closes ↵Sergey M․
#10090)
2016-07-16[cloudy] Drop videoraj.toYen Chi Hsuan
videoraj.ch is now a shoe-selling website, and videoraj.to domain name is gone.
2016-07-16[cliphunter] Update _TESTSYen Chi Hsuan
2016-07-16[cbsnews] Update _TESTS of CBSNewsLiveVideoIEYen Chi Hsuan
2016-07-16[cbc] Skip geo-restricted test caseYen Chi Hsuan
2016-07-16release 2016.07.162016.07.16Sergey M․
2016-07-16[YoutubeDL] Fix incomplete formats checkSergey M․
2016-07-16[YoutubeDL] Fix format selection with filters (Closes #10083)Sergey M․
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-13[travis] Skip downloading srelayYen Chi Hsuan
SOCKS tests never run on Travis CI due to unknown reasons, and downloading them broke some tests (e.g. https://travis-ci.org/rg3/youtube-dl/builds/144306425)
2016-07-12[shahid] try to bypass geo restriction and extract more metadata(closes #10062)Remita Amine
2016-07-12[devscripts/generate-download] Remove MD5 and SHA1Philipp Hagemeister
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