about summary refs log tree commit diff
path: root/youtube_dl/extractor/ustream.py
Commit message (Expand)AuthorAgeFilesLines
* [ustream] Detect https embeds (closes #29133)Sergey M․2021-05-301-1/+1
* [ustream] Add support for video.ibm.com (#26894)Sergio Livi2020-10-171-2/+5
* Start moving to ytdl-orgSergey M․2019-03-111-1/+1
* [ustream] Add UstreamIE._extract_url()Yen Chi Hsuan2017-01-201-0/+7
* [ustream] Support HLS streams (closes #10698)Yen Chi Hsuan2016-09-231-1/+121
* Improve some _VALID_URLsstepshal2016-09-141-2/+2
* [ustream] Fix /embed/ URLs and add a testYen Chi Hsuan2016-04-161-4/+12
* [ustream] Use HTTPS for GitHub URLJakub Wilk2016-01-171-1/+1
* [ustream] Fix testsSergey M․2015-10-051-2/+7
* [ustream] Fix typoSergey M․2015-10-051-1/+1
* [ustream] Move filesizeSergey M․2015-10-051-3/+4
* [ustream] Remove unused importSergey M․2015-10-051-1/+0
* [ustream] ModernizeSergey M․2015-10-051-5/+6
* [ustream] Switch extraction to apiSergey M․2015-10-051-32/+37
* Fixed the ustream extractor to use the current ustream APIDavid Rabinowitz2015-10-051-7/+2
* [ustream] Try to extract uploader from JSON data (#5128)Yen Chi Hsuan2015-04-231-3/+20
* [ustream] Add an alternative approach to extract title (fixes #5128)Yen Chi Hsuan2015-04-231-1/+10
* [ustream] Checking errorsYen Chi Hsuan2015-04-231-0/+4
* [ustream] Fix extraction (closes #3998)Yen Chi Hsuan2015-04-231-1/+10
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-1/+1
* PEP8: applied even more rulesJouke Waleson2014-11-231-3/+3
* [ustream] Use modern helper function instead of old HTML parserPhilipp Hagemeister2014-11-041-2/+1
* [ustream:channel] Change test playlist size (Seems to have been limited that ...Philipp Hagemeister2014-10-271-1/+1
* fix up importsPhilipp Hagemeister2014-08-281-1/+0
* Move playlist tests to extractors.Philipp Hagemeister2014-08-281-6/+21
* [ustream] ModernizeSergey M․2014-05-291-5/+8
* [ustream] Remove unnecessary webpage downloadSergey M․2014-05-291-1/+0
* [UstreamIE] added support for "/embed/recorded/" style URLs (Fixes #2990)anovicecodemonkey2014-05-281-3/+8
* Fix _TEST for Ustream embed URLsanovicecodemonkey2014-04-051-11/+1
* [UstreamIE] [generic] Added support for Ustream embed URLs (Fixes #2694)anovicecodemonkey2014-04-051-2/+19
* [ustream] Simplify and use unicode_literalsJaime Marquínez Ferrándiz2014-01-311-23/+25
* [ustream] Simplify channel extractionJaime Marquínez Ferrándiz2013-09-131-44/+5
* Merge pull request #1413 from tewe/masterJaime Marquínez Ferrándiz2013-09-131-0/+66
|\
| * Add Ustream channel supporttewe2013-09-121-0/+70
|/
* Move tests to the IE definitionsPhilipp Hagemeister2013-06-271-0/+9
* [ustream] move into its own filePhilipp Hagemeister2013-06-231-0/+36