Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-05 | [ustream] Fix tests | Sergey M․ | |
2015-10-05 | [ustream] Fix typo | Sergey M․ | |
2015-10-05 | [ustream] Move filesize | Sergey M․ | |
2015-10-05 | [ustream] Remove unused import | Sergey M․ | |
2015-10-05 | [ustream] Modernize | Sergey M․ | |
2015-10-05 | [ustream] Switch extraction to api | Sergey M․ | |
2015-10-05 | Fixed the ustream extractor to use the current ustream API | David 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 errors | Yen Chi Hsuan | |
2015-04-23 | [ustream] Fix extraction (closes #3998) | Yen Chi Hsuan | |
2014-12-13 | Fix imports and general cleanup | Philipp Hagemeister | |
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions | |||
2014-11-23 | PEP8: applied even more rules | Jouke Waleson | |
2014-11-04 | [ustream] Use modern helper function instead of old HTML parser | Philipp Hagemeister | |
2014-10-27 | [ustream:channel] Change test playlist size (Seems to have been limited that ↵ | Philipp Hagemeister | |
way on the website as well) | |||
2014-08-28 | fix up imports | Philipp Hagemeister | |
2014-08-28 | Move 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] Modernize | Sergey M․ | |
2014-05-29 | [ustream] Remove unnecessary webpage download | Sergey M․ | |
2014-05-28 | [UstreamIE] added support for "/embed/recorded/" style URLs (Fixes #2990) | anovicecodemonkey | |
2014-04-05 | Fix _TEST for Ustream embed URLs | anovicecodemonkey | |
2014-04-05 | [UstreamIE] [generic] Added support for Ustream embed URLs (Fixes #2694) | anovicecodemonkey | |
2014-01-31 | [ustream] Simplify and use unicode_literals | Jaime Marquínez Ferrándiz | |
2013-09-13 | [ustream] Simplify channel extraction | Jaime 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-13 | Merge pull request #1413 from tewe/master | Jaime Marquínez Ferrándiz | |
Add Ustream channel support | |||
2013-09-12 | Add Ustream channel support | tewe | |
2013-06-27 | Move tests to the IE definitions | Philipp Hagemeister | |
2013-06-23 | [ustream] move into its own file | Philipp Hagemeister | |