Commit Graph

28 Commits (b41631c4e6e56afb2427513c84df1b13681cf4c8)

Author SHA1 Message Date
Sergey M․ 40fbb05e1c [ustream] Fix tests
Sergey M․ dc5756fd77 [ustream] Fix typo
Sergey M․ 41db733308 [ustream] Move filesize
Sergey M․ 0bf219889e [ustream] Remove unused import
Sergey M․ 4853eb63fe [ustream] Modernize
Sergey M․ 5820c4a29e [ustream] Switch extraction to api
David Rabinowitz 7fd4ed9939 Fixed the ustream extractor to use the current ustream API
Yen Chi Hsuan cd9fdccde0 [ustream] Try to extract uploader from JSON data ()
Yen Chi Hsuan 2a8137272d [ustream] Add an alternative approach to extract title (fixes )
Yen Chi Hsuan 762155cc90 [ustream] Checking errors
Yen Chi Hsuan f8610ba1ca [ustream] Fix extraction (closes )
Philipp Hagemeister 1cc79574fc Fix imports and general cleanup
· 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
Jouke Waleson 9e1a5b8455 PEP8: applied even more rules
Philipp Hagemeister 44789f2457 [ustream] Use modern helper function instead of old HTML parser
Philipp Hagemeister 446a03bd96 [ustream:channel] Change test playlist size (Seems to have been limited that way on the website as well)
Philipp Hagemeister b759a0d4d2 fix up imports
Philipp Hagemeister 22a6f15061 Move playlist tests to extractors.
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).
Sergey M․ 9e8753911c [ustream] Modernize
Sergey M․ 5c6b1e578c [ustream] Remove unnecessary webpage download
anovicecodemonkey b702ecebf0 [UstreamIE] added support for "/embed/recorded/" style URLs (Fixes )
anovicecodemonkey ca6aada48e Fix _TEST for Ustream embed URLs
anovicecodemonkey 5c38625259 [UstreamIE] [generic] Added support for Ustream embed URLs (Fixes )
Jaime Marquínez Ferrándiz 0eb799bae9 [ustream] Simplify and use unicode_literals
Jaime Marquínez Ferrándiz a921f40799 [ustream] Simplify channel extraction
the ChannelParser has been moved to a new function in utils get_meta_content
Instead of the SocialStreamParser now it uses a regex
Jaime Marquínez Ferrándiz 74ac9bdd82 Merge pull request from tewe/master
Add Ustream channel support
tewe bfd5c93af9 Add Ustream channel support
Philipp Hagemeister 6f5ac90cf3 Move tests to the IE definitions
Philipp Hagemeister 78af8eb1d1 [ustream] move into its own file