Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DeviantArt] /view/-number-/ type of links broken #5065

Closed
tnovak007 opened this issue Jan 15, 2024 · 0 comments
Closed

[DeviantArt] /view/-number-/ type of links broken #5065

tnovak007 opened this issue Jan 15, 2024 · 0 comments

Comments

@tnovak007
Copy link

tnovak007 commented Jan 15, 2024

Hi,

I just discovered, that downloading of "https://www.deviantart.com/view/-number-/" links are broken, probably with 4f36714:

C:\WINDOWS\system32>gallery-dl -d xxx -o jwt=false -o public=false --ignore-config -c xxx.json https://www.deviantart.com/view/1006692212/ --no-skip --verbose
[gallery-dl][debug] Version 1.26.7-dev
[gallery-dl][debug] Python 3.12.1 - Windows-10-10.0.19045-SP0
[gallery-dl][debug] requests 2.31.0 - urllib3 2.1.0
[gallery-dl][debug] Configuration Files ['xxx.json']
[gallery-dl][debug] Starting DownloadJob for 'https://www.deviantart.com/view/1006692212/'
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "c:\users\xxx\appdata\local\programs\python\python312\scripts\gallery-dl.exe\__main__.py", line 7, in <module>
  File "C:\Users\xxx\AppData\Local\Programs\Python\Python312\Lib\site-packages\gallery_dl\__init__.py", line 277, in main
    status = jobtype(url).run()
             ^^^^^^^^^^^^
  File "C:\Users\xxx\AppData\Local\Programs\Python\Python312\Lib\site-packages\gallery_dl\job.py", line 258, in __init__
    Job.__init__(self, url, parent)
  File "C:\Users\xxx\AppData\Local\Programs\Python\Python312\Lib\site-packages\gallery_dl\job.py", line 26, in __init__
    extr = extractor.find(extr)
           ^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\xxx\AppData\Local\Programs\Python\Python312\Lib\site-packages\gallery_dl\extractor\__init__.py", line 206, in find
    return cls(match)
           ^^^^^^^^^^
  File "C:\Users\xxx\AppData\Local\Programs\Python\Python312\Lib\site-packages\gallery_dl\extractor\deviantart.py", line 911, in __init__
    DeviantartExtractor.__init__(self, match)
  File "C:\Users\xxx\AppData\Local\Programs\Python\Python312\Lib\site-packages\gallery_dl\extractor\deviantart.py", line 41, in __init__
    self.user = (match.group(1) or match.group(2)).lower()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants