aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/livestream.py
AgeCommit message (Collapse)Author
2014-08-28Move 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 failsPhilipp Hagemeister
2014-07-25[livestream] Make clipBegin optional in SMILPhilipp Hagemeister
2014-07-25[livestream] Parse SMIL (#2713)Philipp Hagemeister
2014-07-20[livestream] PEP8Philipp 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] ModernizeSergey M․
2013-12-04Correct some extractor _VALID_URL regexesdst
2013-11-26Use the new '_download_xml' helper in more extractorsJaime Marquínez Ferrándiz
2013-11-20Clean up unused imports and other minor mistakesPhilipp 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 eventsJaime 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 statementJaime Marquínez Ferrándiz
2013-07-13Add LivestreamIE (closes #1042)Jaime Marquínez Ferrándiz