Commit Graph

74 Commits (067aa17edf5a46a8cbc4d6b90864eddf051fa2bc)

Author SHA1 Message Date
Sergey M․ 524229a297 [pornhub] Improve 9 years ago
George Brighton 754e70cf3e [pornhub] Fix video url regular expression.
PornHub seems to have subtly changed their JavaScript. Before, video URL strings were embedded directly in the video's `flashvars_*` object, but they are now assigned to variables of the form `player_quality_*`, which are then added to this object later under the relevant quality key.
9 years ago
Sergey M․ 605cbef653 [pornhub] Use compat_urllib_parse_unquote and compat_urllib_parse_unquote_plus 9 years ago
Sergey M․ 360075e28a [pornhub] Extend _VALID_URL (Closes #6019) 9 years ago
Sergey M․ 65d161c480 [extractor/generic] Add support for pornhub embeds 9 years ago
Sergey M․ 9fcbd5db2a [pornhub] Add support for embeds 9 years ago
Sergey M․ 7a372b64df [pornhub] Do not modify aes key string (Closes #5824) 9 years ago
Sergey M․ 7700207ec7 [pornhub] Fix comment count extraction (Closes #5320) 9 years ago
Sergey M․ 8fc642eb5b [pornhub] Fix uploader regex 9 years ago
Sergey M․ e66e1a0046 [pornhub] Add support for playlists (Closes #4995) 9 years ago
Philipp Hagemeister 50789175ed [pornhub] Detect private videos and emit an error message (Closes #4764) 9 years ago
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
10 years ago
Jouke Waleson 5f6a1245ff PEP8 applied 10 years ago
Philipp Hagemeister 249efaf44b [pornhub] Modernize and fix test definition 10 years ago
Sergey M․ 4d78f3b770 [pornhub] Fix uploader extraction 10 years ago
Sergey M․ 0320ddc192 [pornhub] Fix uploader extraction and extract counts 10 years ago
Jaime Marquínez Ferrándiz ee95c09333 [pornhub] Use compat_urllib_parse.unquote_plus (#2531) 10 years ago
MikeCol 264b86f9b4 Unquote password 10 years ago
Philipp Hagemeister 9933b57430 [pornhub] Use centralized sorting 10 years ago
Philipp Hagemeister 00381b4ccb [pornhub] Fix URL regexp 11 years ago
Philipp Hagemeister f3682997d7 Clean up unused imports and other minor mistakes 11 years ago
Jaime Marquínez Ferrándiz a56f9de156 Style fixes for extractors: remove spaces around (,),{ and } 11 years ago
Filippo Valsorda 750e9833b8 Add the missing age_limit tags; added a devscript to do a superficial check for porn sites without the age_limit tag in the test 11 years ago
rzhxeo 125cfd78e8 Add support for http://www.pornhub.com 11 years ago