aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/livestream.py
AgeCommit message (Collapse)Author
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