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

Dropbox fails on default share URLs #4442

Open
7x11x13 opened this issue Mar 28, 2024 · 0 comments
Open

Dropbox fails on default share URLs #4442

7x11x13 opened this issue Mar 28, 2024 · 0 comments
Assignees
Labels
plugin bug Plugin isn't working pyLoad Stable

Comments

@7x11x13
Copy link

7x11x13 commented Mar 28, 2024

Description

The default share link for a Dropbox file contains a querystring ?dl=0 at the end. This causes the pyLoad Dropbox plugin to fail. (pyLoad version: 0.5.0b3.dev81)

Debug log

670 | 2024-03-28 11:58:35 | INFO | pyload | DOWNLOADER DropboxCom[2]: Processing url: https://www.dropbox.com/s/l1uvq20zvqc9l2a/THEMIS_Promo_HD_New_HD_720p.wmv?dl=0
-- | -- | -- | -- | --
671 | 2024-03-28 11:58:35 | INFO | pyload | DOWNLOADER DropboxCom[2]: Looking for direct download link...
672 | 2024-03-28 11:58:35 | DEBUG | pyload | DOWNLOADER DropboxCom[2]: LOAD URL https://www.dropbox.com/s/l1uvq20zvqc9l2a/THEMIS_Promo_HD_New_HD_720p.wmv?dl=0 \| get={} \| post={} \| ref=True \| cookies=True \| just_header=True \| decode=True \| multipart=False \| redirect=False \| req=None
673 | 2024-03-28 11:58:36 | INFO | pyload | DOWNLOADER DropboxCom[2]: Direct download link not found
674 | 2024-03-28 11:58:36 | DEBUG | pyload | DOWNLOADER DropboxCom[2]: LOAD URL https://www.dropbox.com/s/l1uvq20zvqc9l2a/THEMIS_Promo_HD_New_HD_720p.wmv?dl=0 \| get={} \| post={} \| ref=False \| cookies=[('dropbox.com', 'lang', 'en')] \| just_header=False \| decode=True \| multipart=False \| redirect=True \| req=None
675 | 2024-03-28 11:58:37 | INFO | pyload | DOWNLOADER DropboxCom[2]: Checking for link errors...
676 | 2024-03-28 11:58:37 | INFO | pyload | DOWNLOADER DropboxCom[2]: No errors found
677 | 2024-03-28 11:58:37 | INFO | pyload | DOWNLOADER DropboxCom[2]: Processing as free download...
678 | 2024-03-28 11:58:37 | DEBUG | pyload | DOWNLOADER DropboxCom[2]: DOWNLOAD URL https://www.dropbox.com/s/l1uvq20zvqc9l2a/THEMIS_Promo_HD_New_HD_720p.wmv?dl=0 \| get={'dl': '1'} \| post={} \| ref=True \| cookies=True \| disposition=True \| resume=None \| chunks=None
679 | 2024-03-28 11:58:39 | DEBUG | pyload | Chunk 1 download finished
680 | 2024-03-28 11:58:39 | INFO | pyload | DOWNLOADER DropboxCom[2]: File saved
681 | 2024-03-28 11:58:39 | INFO | pyload | DOWNLOADER DropboxCom[2]: Checking download...
682 | 2024-03-28 11:58:39 | INFO | pyload | DOWNLOADER DropboxCom[2]: File is OK
683 | 2024-03-28 11:58:39 | INFO | pyload | DOWNLOADER DropboxCom[2]: Checking file (with built-in rules)...
684 | 2024-03-28 11:58:39 | WARNING | pyload | DOWNLOADER DropboxCom[2]: Check result: Html file \| Waiting 1 minute and retry
685 | 2024-03-28 11:58:39 | DEBUG | pyload | DOWNLOADER DropboxCom[2]: WAIT set to timestamp 1711641580.4321349 \| Previous wait_until: 1711641514.219359
686 | 2024-03-28 11:58:39 | INFO | pyload | DOWNLOADER DropboxCom[2]: Waiting 1 minute...

Screenshots

Additional references

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin bug Plugin isn't working pyLoad Stable
Development

No branches or pull requests

2 participants