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 folder URLs #4443

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

Dropbox fails on folder URLs #4443

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

When pyLoad is given a link to a Dropbox folder, it will repeatedly download the html of the page at the link given instead of downloading the folder. (pyLoad version: 0.5.0b3.dev81)

Debug log

URL: https://www.dropbox.com/scl/fo/xp6xnn0o3lgun150jreyb/h?rlkey=1zqvzbyfv8um4ky32h1ws0vkf

1208 | 2024-03-28 12:13:18 | INFO | pyload | DOWNLOADER DropboxCom[6]: Processing url: https://www.dropbox.com/scl/fo/xp6xnn0o3lgun150jreyb/h?rlkey=1zqvzbyfv8um4ky32h1ws0vkf
-- | -- | -- | -- | --
1209 | 2024-03-28 12:13:18 | INFO | pyload | DOWNLOADER DropboxCom[6]: Looking for direct download link...
1210 | 2024-03-28 12:13:18 | DEBUG | pyload | DOWNLOADER DropboxCom[6]: LOAD URL https://www.dropbox.com/scl/fo/xp6xnn0o3lgun150jreyb/h?rlkey=1zqvzbyfv8um4ky32h1ws0vkf \| get={} \| post={} \| ref=True \| cookies=True \| just_header=True \| decode=True \| multipart=False \| redirect=False \| req=None
1211 | 2024-03-28 12:13:18 | INFO | pyload | DOWNLOADER DropboxCom[6]: Direct download link not found
1212 | 2024-03-28 12:13:18 | DEBUG | pyload | DOWNLOADER DropboxCom[6]: LOAD URL https://www.dropbox.com/scl/fo/xp6xnn0o3lgun150jreyb/h?rlkey=1zqvzbyfv8um4ky32h1ws0vkf \| get={} \| post={} \| ref=False \| cookies=[('dropbox.com', 'lang', 'en')] \| just_header=False \| decode=True \| multipart=False \| redirect=True \| req=None
1213 | 2024-03-28 12:13:20 | INFO | pyload | DOWNLOADER DropboxCom[6]: Checking for link errors...
1214 | 2024-03-28 12:13:20 | INFO | pyload | DOWNLOADER DropboxCom[6]: No errors found
1215 | 2024-03-28 12:13:20 | INFO | pyload | DOWNLOADER DropboxCom[6]: Grabbing link info...
1216 | 2024-03-28 12:13:20 | DEBUG | pyload | DOWNLOADER DropboxCom[6]: Link info: {'name': 'subfolder - Simplify your life', 'hash': {}, 'pattern': {'N': 'subfolder - Simplify your life'}, 'size': 0, 'status': 2, 'url': 'https://www.dropbox.com/scl/fo/xp6xnn0o3lgun150jreyb/h?rlkey=1zqvzbyfv8um4ky32h1ws0vkf'}
1217 | 2024-03-28 12:13:20 | DEBUG | pyload | DOWNLOADER DropboxCom[6]: Previous link info: {}
1218 | 2024-03-28 12:13:20 | INFO | pyload | DOWNLOADER DropboxCom[6]: Link name: subfolder - Simplify your life
1219 | 2024-03-28 12:13:20 | INFO | pyload | DOWNLOADER DropboxCom[6]: Link size: N/D
1220 | 2024-03-28 12:13:20 | INFO | pyload | DOWNLOADER DropboxCom[6]: Link status: online
1221 | 2024-03-28 12:13:20 | INFO | pyload | DOWNLOADER DropboxCom[6]: Processing as free download...
1222 | 2024-03-28 12:13:20 | DEBUG | pyload | DOWNLOADER DropboxCom[6]: DOWNLOAD URL https://www.dropbox.com/scl/fo/xp6xnn0o3lgun150jreyb/h?rlkey=1zqvzbyfv8um4ky32h1ws0vkf \| get={'dl': '1'} \| post={} \| ref=True \| cookies=True \| disposition=True \| resume=None \| chunks=None
1223 | 2024-03-28 12:13:22 | DEBUG | pyload | Chunk 1 download finished
1224 | 2024-03-28 12:13:22 | INFO | pyload | DOWNLOADER DropboxCom[6]: File saved
1225 | 2024-03-28 12:13:22 | INFO | pyload | DOWNLOADER DropboxCom[6]: Checking download...
1226 | 2024-03-28 12:13:22 | INFO | pyload | DOWNLOADER DropboxCom[6]: File is OK
1227 | 2024-03-28 12:13:22 | INFO | pyload | DOWNLOADER DropboxCom[6]: Checking file (with built-in rules)...
1228 | 2024-03-28 12:13:22 | WARNING | pyload | DOWNLOADER DropboxCom[6]: Check result: Html file \| Waiting 1 minute and retry
1229 | 2024-03-28 12:13:22 | DEBUG | pyload | DOWNLOADER DropboxCom[6]: WAIT set to timestamp 1711642463.4288113 \| Previous wait_until: 0
1230 | 2024-03-28 12:13:22 | INFO | pyload | DOWNLOADER DropboxCom[6]: 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