aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/ustream.py
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | | | | the ChannelParser has been moved to a new function in utils get_meta_content Instead of the SocialStreamParser now it uses a regex
* Merge pull request #1413 from tewe/masterJaime Marquínez Ferrándiz2013-09-131-0/+66
|\ | | | | | | Add Ustream channel support
| * 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