mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-23 09:26:50 +01:00
[PornHub] Remove extraneous modelhub login code
This commit is contained in:
parent
38fce984f4
commit
e5bfed6c77
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user