mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-12-11 00:22:43 +01:00
[PornHub] Remove extraneous modelhub login code
This commit is contained in:
@@ -73,8 +73,6 @@ class PornHubBaseIE(InfoExtractor):
|
|||||||
return
|
return
|
||||||
|
|
||||||
site = host.split('.', 1)[0]
|
site = host.split('.', 1)[0]
|
||||||
if 'premium' not in site:
|
|
||||||
site = site.replace('model', 'porn')
|
|
||||||
|
|
||||||
# Both sites pornhub and pornhubpremium have separate accounts
|
# Both sites pornhub and pornhubpremium have separate accounts
|
||||||
# so there should be an option to provide credentials for both.
|
# so there should be an option to provide credentials for both.
|
||||||
|
|||||||
Reference in New Issue
Block a user