-
Notifications
You must be signed in to change notification settings - Fork 20
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
FATAL:downloadURLInPage: Unhandled escape sequence in filename (how to sort this out?) #17
Comments
@mjbright I just commented the two lines with a
However, doing so fails to download any
While uncommented futurelearn-dl/futurelearn-dl.py Lines 448 to 449 in 3eb42fb
Is there any parameters to skip a specific file with futurelearn-dl.py script? How to overcome this? Any pythonista may help. ;-) Any inputs shall be highly appreciated. Cheers. |
Bump! |
Hi,
I appreciate if anyone has any input to get over this specific issue, that is haunting me for a long time (also see #14):
The link in question is:
https://pbea.agron.iastate.edu/files/Philosophy%20of%20Adult%20Education%20Inventory%20%281%29.pdf
I have manually downloaded the pdf file to the specific
week 1
folder and alsocp
to multiple names like1.4-Weekly-Overview_Philosophy_of_Adult_Education_Inventory_%281%29.pdf
, yet no go!Related code
A search in
futurelearn-dl.py
script leads to the following lines that is responsible for the fatal error:futurelearn-dl/futurelearn-dl.py
Lines 448 to 449 in 3eb42fb
How to sort this out in a python script when upstream link has
%
in their links?Cheers and stay safe,
/z
The text was updated successfully, but these errors were encountered: