Skip to content

Commit

Permalink
[PornHub] Remove extraneous modelhub login code
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkf authored Oct 15, 2024
1 parent 38fce98 commit e5bfed6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions youtube_dl/extractor/pornhub.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ def _login(self, host):
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.
Expand Down

0 comments on commit e5bfed6

Please sign in to comment.