You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def init(self, match):
LolisafeAlbumExtractor.init(self, match)
domain = match.group(0).split('/')[2]
if domain not in LEGACY_DOMAINS:
self.root = "https://" + domain
`
with this change in the Bunkr.py file u dont need to check or maintain the extention list and it will take the page, i already teste it, but dont know how to make this as a contribution
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
` BASE_PATTERN = r"(?:https?://)?(?:app.)?bunkr.\w+"
def init(self, match):
LolisafeAlbumExtractor.init(self, match)
domain = match.group(0).split('/')[2]
if domain not in LEGACY_DOMAINS:
self.root = "https://" + domain
`
with this change in the Bunkr.py file u dont need to check or maintain the extention list and it will take the page, i already teste it, but dont know how to make this as a contribution
Beta Was this translation helpful? Give feedback.
All reactions