Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move playlist tests to extractors. | Philipp Hagemeister | 2014-08-28 | 1 | -33/+52 |
| | | | | 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). | ||||
* | [livestream] Improve extraction (Closes #3513) | Sergey M․ | 2014-08-14 | 1 | -6/+17 |
| | |||||
* | [livestream] Do not fail if SMIL download fails | Philipp Hagemeister | 2014-07-25 | 1 | -35/+44 |
| | |||||
* | [livestream] Make clipBegin optional in SMIL | Philipp Hagemeister | 2014-07-25 | 1 | -2/+4 |
| | |||||
* | [livestream] Parse SMIL (#2713) | Philipp Hagemeister | 2014-07-25 | 1 | -8/+62 |
| | |||||
* | [livestream] PEP8 | Philipp Hagemeister | 2014-07-20 | 1 | -3/+6 |
| | |||||
* | [livestream:original] Add support for folder urls (closes #2631) | Jaime Marquínez Ferrándiz | 2014-06-26 | 1 | -5/+47 |
| | | | | | The webpage only contains shortened links for the videos, since the server doesn't support HEAD requests, we use an specific extractor for them. | ||||
* | [livestream] Modernize | Sergey M․ | 2014-06-12 | 1 | -29/+34 |
| | |||||
* | Correct some extractor _VALID_URL regexes | dst | 2013-12-04 | 1 | -1/+1 |
| | |||||
* | Use the new '_download_xml' helper in more extractors | Jaime Marquínez Ferrándiz | 2013-11-26 | 1 | -3/+1 |
| | |||||
* | Clean up unused imports and other minor mistakes | Philipp Hagemeister | 2013-11-20 | 1 | -2/+0 |
| | |||||
* | [livestream] Add an extractor for the original version of livestream (closes ↵ | Jaime Marquínez Ferrándiz | 2013-11-14 | 1 | -0/+44 |
| | | | | | | #1764) The two versions use different systems. | ||||
* | [livestream] fix the extraction of events | Jaime Marquínez Ferrándiz | 2013-10-31 | 1 | -7/+3 |
| | | | | It now uses a json dictionary from the webpage. | ||||
* | [livestream] Fix events extraction (fixes #1467) | Jaime Marquínez Ferrándiz | 2013-09-21 | 1 | -3/+11 |
| | |||||
* | [livestream] fix import statement | Jaime Marquínez Ferrándiz | 2013-07-14 | 1 | -1/+1 |
| | |||||
* | Add LivestreamIE (closes #1042) | Jaime Marquínez Ferrándiz | 2013-07-13 | 1 | -0/+52 |