Commit Graph

10 Commits (716889cab1b1cb38aa29d12251bfcac1039983a1)

Author SHA1 Message Date
Philipp Hagemeister 8940b8608e Merge remote-tracking branch 'h-collector/master'
Conflicts:
	youtube_dl/extractor/fc2.py
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 5f6a1245ff PEP8 applied
h-collector 5a000b45b3 Don't use report_warning for reporting warnings
In tests warning is converted to error
h-collector 40b1cbafac Update fc2.py
h-collector 4231235cda Fix issues with fc2
Fix issues  and 
Philipp Hagemeister 23ae281b31 [fc2] Fall back to webpage title if needed
Jaime Marquínez Ferrándiz 7e8fdb1aae [fc2] Recognize urls without language part (reported in )
Jaime Marquínez Ferrándiz 386ba39cac [fc2] Encode the string used for the md5 checksum
In python 3 it must be a bytes object.
Philipp Hagemeister 8e71456a81 [fc2] Add new extractor (Fixes )
This commit has been recreated, since there seems to have been a problem with GitHub; the PR doesn't have a branch.