aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/ustream.py
AgeCommit message (Collapse)Author
2014-08-28fix up importsPhilipp Hagemeister
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-05-29[ustream] ModernizeSergey M․
2014-05-29[ustream] Remove unnecessary webpage downloadSergey M․
2014-05-28[UstreamIE] added support for "/embed/recorded/" style URLs (Fixes #2990)anovicecodemonkey
2014-04-05Fix _TEST for Ustream embed URLsanovicecodemonkey
2014-04-05[UstreamIE] [generic] Added support for Ustream embed URLs (Fixes #2694)anovicecodemonkey
2014-01-31[ustream] Simplify and use unicode_literalsJaime Marquínez Ferrándiz
2013-09-13[ustream] Simplify channel extractionJaime Marquínez Ferrándiz
the ChannelParser has been moved to a new function in utils get_meta_content Instead of the SocialStreamParser now it uses a regex
2013-09-13Merge pull request #1413 from tewe/masterJaime Marquínez Ferrándiz
Add Ustream channel support
2013-09-12Add Ustream channel supporttewe
2013-06-27Move tests to the IE definitionsPhilipp Hagemeister
2013-06-23[ustream] move into its own filePhilipp Hagemeister