summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [extractor/generic] Add support for theplatform embeds (Closes #8636, closes ↵Sergey M․2016-05-221-0/+6
| | | | #9476)
* [theplatform] Add _extract_urlsSergey M․2016-05-221-0/+16
|
* [cc] Add test for tosh.cc (Closes #9566)Sergey M․2016-05-221-1/+4
|
* [ComedyCentral] Add support for tosh.cc.com and cc.com/video-clipsTRox19722016-05-221-2/+2
|
* [periscope] Update uploader_id (Closes #9565)Sergey M․2016-05-221-2/+5
|
* [periscope:user] Adapt to layout changes (Closes #9563)Sergey M․2016-05-221-8/+15
|
* release 2016.05.21.2Philipp Hagemeister2016-05-212-4/+4
|
* release.sh: also check for python3 rsa modulePhilipp Hagemeister2016-05-211-1/+2
|
* release 2016.05.21.1Philipp Hagemeister2016-05-212-4/+4
|
* release: check for pandocPhilipp Hagemeister2016-05-211-0/+1
| | | | | Abort releaseing if pandoc is missing. (pandoc was not included in my essential app database, and thus missing on my new machine.)
* release 2016.05.21Philipp Hagemeister2016-05-213-4/+11
|
* [rtve] Recognize 'filmoteca' URLsJaime Marquínez Ferrándiz2016-05-211-1/+4
|
* [jwplatform] Don't fail with RTMP URLs without mp4:, mp3: or flv:Yen Chi Hsuan2016-05-211-6/+9
|
* [cbslocal] Add new extractor (closes #9522)Yen Chi Hsuan2016-05-212-0/+85
|
* [sendtonews] Add new extractorYen Chi Hsuan2016-05-212-0/+87
| | | | Used in CBSLocal. Part of #9522
* [jwplatform] Improved m3u8 and rtmp supportYen Chi Hsuan2016-05-211-5/+19
| | | | Changes made for SendtoNewsIE. Part of #9522
* [anvato] Add new extractorYen Chi Hsuan2016-05-211-0/+224
| | | | Used in CBSLocal (#9522)
* [common] Skip TYPE=CLOSED-CAPTIONS lines in m3u8 manifestsYen Chi Hsuan2016-05-211-1/+1
| | | | | | | | | | 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
* [common] Add _m3u8_meta_format() templateYen Chi Hsuan2016-05-211-7/+10
| | | | | | For extractors who handle m3u8 manifests by themselves. (eg., AnvatoIE) Part of #9522
* [nrk] Unquote subtitles' URLsSergey M․2016-05-211-1/+3
|
* [brightcove:new] Improve error reportingSergey M․2016-05-211-2/+7
|
* [localnews8] Fix extractor (Closes #9539)Sergey M․2016-05-201-10/+28
|
* [LocalNews8] add extractor (Closes #9200)TRox19722016-05-202-0/+30
|
* [extractor/generic] Remove generic id and title from wistia extractionand ↵Sergey M․2016-05-201-15/+14
| | | | update tests
* [extractor/generic] Add test for wistia standard embedSergey M․2016-05-202-1/+18
|
* [extractor/generic] Add support for async wistia embeds (Closes #9549)Sergey M․2016-05-201-0/+9
|
* [cbc] fix extraction for flv only videos(fixes #5309)remitamine2016-05-201-1/+16
|
* [wistia] Improve hls supportSergey M․2016-05-201-1/+8
|
* [wistia] Skip storyboard and improve extractionSergey M․2016-05-201-4/+8
|
* [wistia] Add alias and modernizeSergey M․2016-05-201-10/+18
|
* [cbc] Add the test case from #5156Yen Chi Hsuan2016-05-201-2/+15
|
* [common] Extract audio formats in SMILYen Chi Hsuan2016-05-201-10/+10
| | | | | | Found in http://www.cbc.ca/player/play/2657631896 Closes #5156
* [cbc] Fix for old-styled URLsYen Chi Hsuan2016-05-201-1/+1
| | | | | | 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.
* [cbc] extract http formats and update testsremitamine2016-05-201-30/+33
|
* [24video] Fix description extractionSergey M․2016-05-201-1/+2
|
* [learnr] Add new extractor(closes #4284)remitamine2016-05-192-0/+34
|
* Merge pull request #9537 from TRox1972/p1Yen Chi Hsuan2016-05-191-1/+1
|\ | | | | [Makefile] delete thumbnails
| * [Makefile] delete thumbnailsTRox19722016-05-191-1/+1
|/
* [ndtv] Fix extractionSergey M․2016-05-191-29/+11
|
* [utils] Allow None in remove_{start,end}Sergey M․2016-05-192-6/+14
|
* [formula1] Add new extractor(closes #3617)remitamine2016-05-182-0/+26
|
* [nfb] Modernize and extract subtitlesSergey M․2016-05-181-45/+63
|
* [nfb] Fix uploader extractionSergey M․2016-05-171-2/+1
|
* [abcnews] Added a new extractor (closes #3992)Yen Chi Hsuan2016-05-173-2/+141
| | | | Related: #6108, #8664, #9459
* [utils] Check for None values in SOCKS proxyYen Chi Hsuan2016-05-171-2/+7
| | | | | Originally reported at https://github.com/rg3/youtube-dl/pull/9287#issuecomment-219617864
* release 2016.05.16Philipp Hagemeister2016-05-163-8/+7
|
* [groupon] Add support for Youtube embeds (Closes #9508)Sergey M․2016-05-161-9/+22
|
* [collegehumor] Remove extractorSergey M․2016-05-152-102/+0
| | | | It now uses brightcove
* [hearthisat] Update the first testYen Chi Hsuan2016-05-151-1/+1
|
* [hearthisat] Detect invalid download links (fixes #9440)Yen Chi Hsuan2016-05-151-9/+29
|