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

[bug] artstation 403 Forbidden for videos #3309

Closed
afterdelight opened this issue Nov 26, 2022 · 3 comments
Closed

[bug] artstation 403 Forbidden for videos #3309

afterdelight opened this issue Nov 26, 2022 · 3 comments

Comments

@afterdelight
Copy link

Cant download videos

F:\downloader\artstation>gallery-dl https://www.artstation.com/artwork/ykao18 --cookies artstation_cookies.txt
[gallery-dl][info] Starting DownloadJob for 'https://www.artstation.com/artwork/ykao18'
[artstation][info] Using ArtstationImageExtractor for 'https://www.artstation.com/artwork/ykao18'
[artstation][info] Sleeping 4.00 seconds (extractor)
[artstation][info] Sleeping 2.00 seconds (request)
[artstation][info] Sleeping 1.00 seconds (download)
* .\arroll [678366]\10922863_Honor of Kings (王者荣耀) fanart_1.jpg
[artstation][info] Sleeping 1.00 seconds (download)
* .\arroll [678366]\10922863_Honor of Kings (王者荣耀) fanart_3.jpg
[artstation][info] Sleeping 1.00 seconds (download)
* .\arroll [678366]\10922863_Honor of Kings (王者荣耀) fanart_4.jpg
[artstation][info] Sleeping 1.00 seconds (download)
* .\arroll [678366]\10922863_Honor of Kings (王者荣耀) fanart_5.jpg
[artstation][info] Sleeping 1.00 seconds (download)
[downloader.http][warning] '403 Forbidden' for 'https://cdnb.artstation.com/p/assets/video_clips/images/041/419/425/4k/lou-ll-thumb.jpg?1631645371&gallerydl_no_cache=82aoDiBzLF5'
[download][info] Trying fallback URL #1
* .\arroll [678366]\10922863_Honor of Kings (王者荣耀) fanart_6.jpg
[artstation][info] Sleeping 1.00 seconds (download)
[downloader.http][warning] '403F:\downloader\artstation>gallery-dl https://www.artstation.com/artwork/ykao18 --cookies artstation_cookies.txt
[gallery-dl][info] Starting DownloadJob for 'https://www.artstation.com/artwork/ykao18'
[artstation][info] Using ArtstationImageExtractor for 'https://www.artstation.com/artwork/ykao18'
[artstation][info] Sleeping 4.00 seconds (extractor)
[artstation][info] Sleeping 2.00 seconds (request)
[artstation][info] Sleeping 1.00 seconds (download)
* .\arroll [678366]\10922863_Honor of Kings (王者荣耀) fanart_1.jpg
[artstation][info] Sleeping 1.00 seconds (download)
* .\arroll [678366]\10922863_Honor of Kings (王者荣耀) fanart_3.jpg
[artstation][info] Sleeping 1.00 seconds (download)
* .\arroll [678366]\10922863_Honor of Kings (王者荣耀) fanart_4.jpg
[artstation][info] Sleeping 1.00 seconds (download)
* .\arroll [678366]\10922863_Honor of Kings (王者荣耀) fanart_5.jpg
[artstation][info] Sleeping 1.00 seconds (download)
[downloader.http][warning] '403 Forbidden' for 'https://cdnb.artstation.com/p/assets/video_clips/images/041/419/425/4k/lou-ll-thumb.jpg?1631645371&gallerydl_no_cache=82aoDiBzLF5'
[download][info] Trying fallback URL #1
* .\arroll [678366]\10922863_Honor of Kings (王者荣耀) fanart_6.jpg
[artstation][info] Sleeping 1.00 seconds (download)
[downloader.http][warning] '403 Forbidden' for 'https://cdna.artstation.com/p/assets/video_clips/images/041/419/440/4k/lou-ll-thumb.jpg?1631645404&gallerydl_no_cache=2e7u8nzTPvK'
[download][info] Trying fallback URL #1
* .\arroll [678366]\10922863_Honor of Kings (王者荣耀) fanart_7.jpg
[artstation][info] Sleeping 1.00 seconds (download)
* .\arroll [678366]\10922863_Honor of Kings (王者荣耀) fanart_8.jpg
[artstation][info] Sleeping 1.00 seconds (download)
* .\arroll [678366]\10922863_Honor of Kings (王者荣耀) fanart_9.jpg Forbidden' for 'https://cdna.artstation.com/p/assets/video_clips/images/041/419/440/4k/lou-ll-thumb.jpg?1631645404&gallerydl_no_cache=2e7u8nzTPvK'
[download][info] Trying fallback URL #1
* .\arroll [678366]\10922863_Honor of Kings (王者荣耀) fanart_7.jpg
[artstation][info] Sleeping 1.00 seconds (download)
* .\arroll [678366]\10922863_Honor of Kings (王者荣耀) fanart_8.jpg
[artstation][info] Sleeping 1.00 seconds (download)
* .\arroll [678366]\10922863_Honor of Kings (王者荣耀) fanart_9.jpg
@mikf
Copy link
Owner

mikf commented Nov 27, 2022

There is another open issue asking for artstation video support: #2566

The 403 errors aren't for videos but video thumbnails (/lou-ll-thumb.jpg) and it is only for the /4k/ version. The /large/ version that's getting downloaded as fallback URL #1 works fine, doesn't it?

@mikf mikf added the duplicate label Nov 27, 2022
@afterdelight
Copy link
Author

right, so there is a 4k version of the video thumbnails?

@mikf
Copy link
Owner

mikf commented Nov 27, 2022

No, there obviously isn't, or at least you are not allowed to access it. Otherwise you wouldn't get an error.

You get the same error when trying to open such a URL in your browser

<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>XSZ8A3JHWHD6HYXY</RequestId>
<HostId>
/Z4ouV4cCID/I1jkkRzaLIe88M5FZT1UEm8AWfEBTDt8uhomgIss0ev77f7xGLUnkmh/6FcZ8Ow=
</HostId>
</Error>

mikf added a commit that referenced this issue Mar 3, 2024
- add 'videos' and 'previews' options
- fix 403 errors for video previews
@mikf mikf closed this as completed Mar 3, 2024
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