summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ooyala] check manifest ext with determine_ext and update tests for related ↵remitamine2016-05-2410-40/+40
| | | | extractors
* [ooyala] use api v2 to reduce requests for format extractionremitamine2016-05-241-45/+43
|
* [ooyala] extract subtitlesremitamine2016-05-231-9/+19
|
* [washingtonpost] reduce requests for m3u8 manifestsremitamine2016-05-231-1/+3
|
* [cbs] allow to pass content id to the extractor(closes #9589)remitamine2016-05-231-6/+9
|
* [washingtonpost] remove unnecessary coderemitamine2016-05-231-6/+0
|
* [reuters] Add new extractorremitamine2016-05-232-0/+70
|
* [washingtonpost] improve format extraction and add support for video pages ↵remitamine2016-05-232-50/+103
| | | | extraction
* [life:embed] Use native hlsSergey M․2016-05-231-1/+2
|
* [life] Update _VALID_URLSergey M․2016-05-231-14/+16
|
* [lifenews] Fix metadata extractionSergey M․2016-05-231-13/+16
|
* [voxmedia] fix volume embed extractionremitamine2016-05-221-1/+1
|
* [generic] Improve Livestream detection (closes #2234)Yen Chi Hsuan2016-05-231-1/+14
|
* [livestream] Video IDs should always be strings (#2234)Yen Chi Hsuan2016-05-231-1/+1
|
* [compat] Fix for XML with <!DOCTYPE> in Python 2.7 and 3.2Yen Chi Hsuan2016-05-232-5/+18
| | | | | Such XML documents cause DeprecationWarning if python is run with `-W error`
* [tf1] add support for more related web sitesremitamine2016-05-221-2/+2
|
* [wat] extract all formatsremitamine2016-05-221-74/+63
|
* [genric] Eliminate duplicated video URLs (closes #6562)Yen Chi Hsuan2016-05-221-1/+11
|
* [README.md] Document solution for extremely slow start on WindowsSergey M2016-05-221-0/+4
|
* [bandcamp] raise ExtractorError when track not streamable (#9465)Thor772016-05-221-2/+6
| | | | | | | | | | * [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'
* [README.md] Remove Windows updating trickerySergey M2016-05-221-2/+0
| | | Windows updating fixed in e9297256d405651428d5d52f0bb6b32ca66ea15a.
* [update] Fix youtube-dl.exe updating from arbitrary directory (Closes #2718)Sergey M․2016-05-221-6/+3
|
* [README.md] Clarify location for youtube-dl.exe even moreSergey M2016-05-221-1/+1
| | | %USERPROFILE% not in %PATH% by default.
* [README.md] Clarify updating on WindowsSergey M2016-05-221-0/+2
|
* [README.md] Fix typoSergey M2016-05-221-1/+1
|
* [README.md] Clarify location for youtube-dl.exeSergey M2016-05-221-1/+1
|
* [utils] Do not fail on unknown date formats in unified_strdateSergey M․2016-05-221-1/+4
|
* [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
|