Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-26 | [playwire] Use _extract_f4m_formats | Yen Chi Hsuan | |
Related: #9531 | |||
2016-05-26 | [common] Support non-bootstraped streams in f4m manifests | Yen Chi Hsuan | |
Related: #9531 | |||
2016-05-25 | [eporner] Make test only_matching | Sergey M․ | |
2016-05-25 | Merge pull request #9595 from Kagami/vlive-site-update | Yen Chi Hsuan | |
[vlive] Address site update | |||
2016-05-25 | Merge pull request #9600 from wankerer/master | Yen Chi Hsuan | |
[eporner] fix for the new URL layout | |||
2016-05-24 | [eporner] fix for the new URL layout | wankerer | |
Recently eporner slightly changed the URL layout, the ID that used to be digits only are now digits and letters, so youtube-dl falls back to the generic extractor that doesn't work. Fix the matching regex to allow letters in ID. [v2: added a test case] | |||
2016-05-24 | [eyedotv] Add new extractor(closes #9582) | remitamine | |
2016-05-24 | skip some tests to reduce test time | remitamine | |
2016-05-24 | [xhamster] Update tests | Sergey M․ | |
2016-05-24 | [xhamster] url regex fix for videos with empty title. | mexican porn commits | |
2016-05-24 | [radiocanada] Add new extractor(#4020) | remitamine | |
2016-05-24 | [ooyala] check manifest ext with determine_ext and update tests for related ↵ | remitamine | |
extractors | |||
2016-05-24 | [vlive] Address site update | Kagami Hiiragi | |
Changes: * Fix video params extraction * Don't make status request since status info now available on the page * Remove unneeded code * Fix test | |||
2016-05-24 | [ooyala] use api v2 to reduce requests for format extraction | remitamine | |
2016-05-23 | [ooyala] extract subtitles | remitamine | |
2016-05-23 | [washingtonpost] reduce requests for m3u8 manifests | remitamine | |
2016-05-23 | [cbs] allow to pass content id to the extractor(closes #9589) | remitamine | |
2016-05-23 | [washingtonpost] remove unnecessary code | remitamine | |
2016-05-23 | [reuters] Add new extractor | remitamine | |
2016-05-23 | [washingtonpost] improve format extraction and add support for video pages ↵ | remitamine | |
extraction | |||
2016-05-23 | [life:embed] Use native hls | Sergey M․ | |
2016-05-23 | [life] Update _VALID_URL | Sergey M․ | |
2016-05-23 | [lifenews] Fix metadata extraction | Sergey M․ | |
2016-05-22 | [voxmedia] fix volume embed extraction | remitamine | |
2016-05-23 | [generic] Improve Livestream detection (closes #2234) | Yen Chi Hsuan | |
2016-05-23 | [livestream] Video IDs should always be strings (#2234) | Yen Chi Hsuan | |
2016-05-23 | [compat] Fix for XML with <!DOCTYPE> in Python 2.7 and 3.2 | Yen Chi Hsuan | |
Such XML documents cause DeprecationWarning if python is run with `-W error` | |||
2016-05-22 | [tf1] add support for more related web sites | remitamine | |
2016-05-22 | [wat] extract all formats | remitamine | |
2016-05-22 | [genric] Eliminate duplicated video URLs (closes #6562) | Yen Chi Hsuan | |
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 | [update] Fix youtube-dl.exe updating from arbitrary directory (Closes #2718) | Sergey M․ | |
2016-05-22 | [utils] Do not fail on unknown date formats in unified_strdate | Sergey M․ | |
2016-05-22 | [extractor/generic] Add support for theplatform embeds (Closes #8636, closes ↵ | Sergey M․ | |
#9476) | |||
2016-05-22 | [theplatform] Add _extract_urls | Sergey 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-clips | TRox1972 | |
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-21 | release 2016.05.21.22016.05.21.2 | Philipp Hagemeister | |
2016-05-21 | release 2016.05.21.12016.05.21.1 | Philipp Hagemeister | |
2016-05-21 | release 2016.05.212016.05.21 | Philipp Hagemeister | |
2016-05-21 | [rtve] Recognize 'filmoteca' URLs | Jaime 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 extractor | Yen Chi Hsuan | |
Used in CBSLocal. Part of #9522 | |||
2016-05-21 | [jwplatform] Improved m3u8 and rtmp support | Yen Chi Hsuan | |
Changes made for SendtoNewsIE. Part of #9522 | |||
2016-05-21 | [anvato] Add new extractor | Yen Chi Hsuan | |
Used in CBSLocal (#9522) | |||
2016-05-21 | [common] Skip TYPE=CLOSED-CAPTIONS lines in m3u8 manifests | Yen 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() template | Yen Chi Hsuan | |
For extractors who handle m3u8 manifests by themselves. (eg., AnvatoIE) Part of #9522 |