aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-22[genric] Eliminate duplicated video URLs (closes #6562)Yen Chi Hsuan
2016-05-22[README.md] Document solution for extremely slow start on WindowsSergey M
2016-05-22[bandcamp] raise ExtractorError when track not streamable (#9465)Thor77
* [bandcamp] raise ExtractorError when track not streamable * [bandcamp] update md5 for second test * don't rely on json-data, but just check for 'file' * don't rely on presence of 'file'
2016-05-22[README.md] Remove Windows updating trickerySergey M
Windows updating fixed in e9297256d405651428d5d52f0bb6b32ca66ea15a.
2016-05-22[update] Fix youtube-dl.exe updating from arbitrary directory (Closes #2718)Sergey M․
2016-05-22[README.md] Clarify location for youtube-dl.exe even moreSergey M
%USERPROFILE% not in %PATH% by default.
2016-05-22[README.md] Clarify updating on WindowsSergey M
2016-05-22[README.md] Fix typoSergey M
2016-05-22[README.md] Clarify location for youtube-dl.exeSergey M
2016-05-22[utils] Do not fail on unknown date formats in unified_strdateSergey M․
2016-05-22[extractor/generic] Add support for theplatform embeds (Closes #8636, closes ↵Sergey M․
#9476)
2016-05-22[theplatform] Add _extract_urlsSergey M․
2016-05-22[cc] Add test for tosh.cc (Closes #9566)Sergey M․
2016-05-22[ComedyCentral] Add support for tosh.cc.com and cc.com/video-clipsTRox1972
2016-05-22[periscope] Update uploader_id (Closes #9565)Sergey M․
2016-05-22[periscope:user] Adapt to layout changes (Closes #9563)Sergey M․
2016-05-21release 2016.05.21.22016.05.21.2Philipp Hagemeister
2016-05-21release.sh: also check for python3 rsa modulePhilipp Hagemeister
2016-05-21release 2016.05.21.12016.05.21.1Philipp Hagemeister
2016-05-21release: check for pandocPhilipp Hagemeister
Abort releaseing if pandoc is missing. (pandoc was not included in my essential app database, and thus missing on my new machine.)
2016-05-21release 2016.05.212016.05.21Philipp Hagemeister
2016-05-21[rtve] Recognize 'filmoteca' URLsJaime Marquínez Ferrándiz
2016-05-21[jwplatform] Don't fail with RTMP URLs without mp4:, mp3: or flv:Yen Chi Hsuan
2016-05-21[cbslocal] Add new extractor (closes #9522)Yen Chi Hsuan
2016-05-21[sendtonews] Add new extractorYen Chi Hsuan
Used in CBSLocal. Part of #9522
2016-05-21[jwplatform] Improved m3u8 and rtmp supportYen Chi Hsuan
Changes made for SendtoNewsIE. Part of #9522
2016-05-21[anvato] Add new extractorYen Chi Hsuan
Used in CBSLocal (#9522)
2016-05-21[common] Skip TYPE=CLOSED-CAPTIONS lines in m3u8 manifestsYen Chi Hsuan
According to [1], valid values for TYPE are AUDIO, VIDEO, SUBTITLES and CLOSED-CAPTIONS. Such a value is found in Anvato master playlists, though I don't use _extract_m3u8_formats() in the end. Part of #9522. [1] https://tools.ietf.org/html/draft-pantos-http-live-streaming-19#section-4.3.4.1
2016-05-21[common] Add _m3u8_meta_format() templateYen Chi Hsuan
For extractors who handle m3u8 manifests by themselves. (eg., AnvatoIE) Part of #9522
2016-05-21[nrk] Unquote subtitles' URLsSergey M․
2016-05-21[brightcove:new] Improve error reportingSergey M․
2016-05-20[localnews8] Fix extractor (Closes #9539)Sergey M․
2016-05-20[LocalNews8] add extractor (Closes #9200)TRox1972
2016-05-20[extractor/generic] Remove generic id and title from wistia extractionand ↵Sergey M․
update tests
2016-05-20[extractor/generic] Add test for wistia standard embedSergey M․
2016-05-20[extractor/generic] Add support for async wistia embeds (Closes #9549)Sergey M․
2016-05-20[cbc] fix extraction for flv only videos(fixes #5309)remitamine
2016-05-20[wistia] Improve hls supportSergey M․
2016-05-20[wistia] Skip storyboard and improve extractionSergey M․
2016-05-20[wistia] Add alias and modernizeSergey M․
2016-05-20[cbc] Add the test case from #5156Yen Chi Hsuan
2016-05-20[common] Extract audio formats in SMILYen Chi Hsuan
Found in http://www.cbc.ca/player/play/2657631896 Closes #5156
2016-05-20[cbc] Fix for old-styled URLsYen Chi Hsuan
The URL http://www.cbc.ca/player/News/ID/2672225049/ (#6342) redirects to http://www.cbc.ca/player/play/2672224672, while youtube-dl wasn't able to handle it correctly.
2016-05-20[cbc] extract http formats and update testsremitamine
2016-05-20[24video] Fix description extractionSergey M․
2016-05-19[learnr] Add new extractor(closes #4284)remitamine
2016-05-19Merge pull request #9537 from TRox1972/p1Yen Chi Hsuan
[Makefile] delete thumbnails
2016-05-19[Makefile] delete thumbnailsTRox1972
2016-05-19[ndtv] Fix extractionSergey M․
2016-05-19[utils] Allow None in remove_{start,end}Sergey M․