-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
Very similar to #7676.
I'll reach out to the admin to see what's causing these issues. I'm not 100% sure, but it might have to do with this line because what I’m seeing in the browser and what I’m seeing in the debugger don’t match one-to-one:
gallery-dl/gallery_dl/extractor/warosu.py
Line 32 in a4fb9e6
page = self.request(url).text |
In the meantime, it might be a good idea to rethink this extractor and maybe introduce something like bs4
and lxml
for easier parsing of html
. I don't know how open you'll be to that idea though. Maybe on v2.0
?