Commit Graph

9 Commits (21d0a8e48bbdb0d3a9fe046cbea44bc886c660dc)

Author SHA1 Message Date
Sergey M․ 75d572e9fb [screencast] Improve title regexes (Closes )
Martin Trigaux 791d6aaecc screencast.com: fallback on page title
When determining the title of the page, use the <title> tag of the page
Sergey M․ 81de73e5b4 [screencast] Add test
Martin Trigaux 83cedc1cf2 screencast.com: support missing www
The "www." part of the URL is not mandatory
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
Sergey M․ c961a0e63e [screencast] Add one more format and improve title extraction
Philipp Hagemeister 40c696e5c6 [screencast] Add suppot for more video types ()
Philipp Hagemeister 38ad119f97 [screencast] Add new extractor (Fixes )