Compare commits

..

2 Commits

Author SHA1 Message Date
dirkf
c179bb2e7c
Merge e5bfed6c77 into c5098961b0 2024-10-15 20:11:30 +00:00
dirkf
e5bfed6c77
[PornHub] Remove extraneous modelhub login code 2024-10-15 21:11:28 +01:00

View File

@ -73,8 +73,6 @@ class PornHubBaseIE(InfoExtractor):
return
site = host.split('.', 1)[0]
if 'premium' not in site:
site = site.replace('model', 'porn')
# Both sites pornhub and pornhubpremium have separate accounts
# so there should be an option to provide credentials for both.