Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-01 | Refactor code to use url_result | Elan Ruusamäe | |
2017-11-19 | [livestream] make smil extraction non fatal(fixes #14792) | Remita Amine | |
2017-10-09 | Fix some regexes | Sergey M․ | |
2017-03-25 | [downloader/hls] immediately delegate downloading to ffmpeg in case live stream | Remita Amine | |
2017-01-06 | Fix "invalid escape sequences" error on Python 3.6 | Yen Chi Hsuan | |
2016-06-07 | [livestream:event] Ensure video id is string (Closes #9721) | Sergey M․ | |
2016-05-23 | [livestream] Video IDs should always be strings (#2234) | Yen Chi Hsuan | |
2016-03-09 | [livestream] Properly build smil URLs (#8794) | Sergey M․ | |
2016-03-04 | [livestream] Fix FutureWarning (Closes #8742) | Sergey M․ | |
2015-12-29 | Simplify formats accumulation for f4m/m3u8/smil formats | Sergey M․ | |
Now all _extract_*_formats routines return a list | |||
2015-12-27 | [livestream] change test url | remitamine | |
2015-12-27 | [livestream] skip m3u8 manifest in progressive_urls | remitamine | |
2015-12-27 | [livestream] improve extraction | remitamine | |
- split long lines - use m3u8 entry protocol for live streams - extend _VALID_URL regex for livestream original - extract livestream original live streams | |||
2015-12-17 | [livestream] improve extraction, add support for live streams and extract ↵ | remitamine | |
more info and formats | |||
2015-05-04 | [livestream:original] Update url format (fixes #5598) | Jaime Marquínez Ferrándiz | |
2015-05-04 | [livestream:original] Fix extraction (fixes #4702) | Jaime Marquínez Ferrándiz | |
2015-04-08 | [livestream] Extend _VALID_URL (fixes #5375) | Yen Chi Hsuan | |
2015-03-14 | [livestream] Extract all videos in events (fixes #5198) | Jaime Marquínez Ferrándiz | |
The webpage only contains the most recent ones, but if you scroll down more will appear. | |||
2015-02-18 | [livestream] Correct playlist ID and add a test for it | Philipp Hagemeister | |
2014-12-13 | Fix imports and general cleanup | Philipp Hagemeister | |
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions | |||
2014-11-13 | [generic] Add support for livestream embeds (Fixes #4185) | Philipp Hagemeister | |
2014-10-26 | [livestream:original] Fix RTMP parameters (Fixes #4040) | Philipp Hagemeister | |
2014-08-28 | Move playlist tests to extractors. | Philipp Hagemeister | |
From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs). | |||
2014-08-14 | [livestream] Improve extraction (Closes #3513) | Sergey M․ | |
2014-07-25 | [livestream] Do not fail if SMIL download fails | Philipp Hagemeister | |
2014-07-25 | [livestream] Make clipBegin optional in SMIL | Philipp Hagemeister | |
2014-07-25 | [livestream] Parse SMIL (#2713) | Philipp Hagemeister | |
2014-07-20 | [livestream] PEP8 | Philipp Hagemeister | |
2014-06-26 | [livestream:original] Add support for folder urls (closes #2631) | Jaime Marquínez Ferrándiz | |
The webpage only contains shortened links for the videos, since the server doesn't support HEAD requests, we use an specific extractor for them. | |||
2014-06-12 | [livestream] Modernize | Sergey M․ | |
2013-12-04 | Correct some extractor _VALID_URL regexes | dst | |
2013-11-26 | Use the new '_download_xml' helper in more extractors | Jaime Marquínez Ferrándiz | |
2013-11-20 | Clean up unused imports and other minor mistakes | Philipp Hagemeister | |
2013-11-14 | [livestream] Add an extractor for the original version of livestream (closes ↵ | Jaime Marquínez Ferrándiz | |
#1764) The two versions use different systems. | |||
2013-10-31 | [livestream] fix the extraction of events | Jaime Marquínez Ferrándiz | |
It now uses a json dictionary from the webpage. | |||
2013-09-21 | [livestream] Fix events extraction (fixes #1467) | Jaime Marquínez Ferrándiz | |
2013-07-14 | [livestream] fix import statement | Jaime Marquínez Ferrándiz | |
2013-07-13 | Add LivestreamIE (closes #1042) | Jaime Marquínez Ferrándiz | |