Commit Graph

13 Commits (1db5ab6b34b07b0d186f9e3d22436795dc0747a2)

Author SHA1 Message Date
Sergey M․ a1d1c63678
[screencast] Improve extraction (closes , closes )
sichuan-pepper 1fafb32984
[screencast] Fix extraction (closes )
Yen Chi Hsuan ec85ded83c
Fix "invalid escape sequences" error on Python 3.6
Déstin Reed dcdb292fdd
Unify coding cookie
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 )