summaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/ustream.py
AgeCommit message (Expand)Author
2020-10-17[ustream] Add support for video.ibm.com (#26894)Sergio Livi
2019-03-11Start moving to ytdl-orgSergey M․
2017-01-20[ustream] Add UstreamIE._extract_url()Yen Chi Hsuan
2016-09-23[ustream] Support HLS streams (closes #10698)Yen Chi Hsuan
2016-09-14Improve some _VALID_URLsstepshal
2016-04-16[ustream] Fix /embed/ URLs and add a testYen Chi Hsuan
2016-01-17[ustream] Use HTTPS for GitHub URLJakub Wilk
2015-10-05[ustream] Fix testsSergey M․
2015-10-05[ustream] Fix typoSergey M․
2015-10-05[ustream] Move filesizeSergey M․
2015-10-05[ustream] Remove unused importSergey M․
2015-10-05[ustream] ModernizeSergey M․
2015-10-05[ustream] Switch extraction to apiSergey M․
2015-10-05Fixed the ustream extractor to use the current ustream APIDavid Rabinowitz
2015-04-23[ustream] Try to extract uploader from JSON data (#5128)Yen Chi Hsuan
2015-04-23[ustream] Add an alternative approach to extract title (fixes #5128)Yen Chi Hsuan
2015-04-23[ustream] Checking errorsYen Chi Hsuan
2015-04-23[ustream] Fix extraction (closes #3998)Yen Chi Hsuan
2014-12-13Fix imports and general cleanupPhilipp Hagemeister
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-11-04[ustream] Use modern helper function instead of old HTML parserPhilipp Hagemeister
2014-10-27[ustream:channel] Change test playlist size (Seems to have been limited that ...Philipp Hagemeister
2014-08-28fix up importsPhilipp Hagemeister
2014-08-28Move playlist tests to extractors.Philipp Hagemeister
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
2013-09-13Merge pull request #1413 from tewe/masterJaime Marquínez Ferrándiz
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