-
Notifications
You must be signed in to change notification settings - Fork 60
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
How to insert url what start with /paths/ and url that have "/" inside it #8
Labels
bug
Something isn't working
Comments
@NenadDragic will check on |
Hello, In my case I have the following Problem: ImportError: cannot import name 'COLLECTIONS' from 'config' Thanks |
Make sure your config file is correct, send me here
…On Tue, Feb 2, 2021 at 12:46 AM dfgind ***@***.***> wrote:
Hello,
In my case I have the following Problem:
ImportError: cannot import name 'COLLECTIONS' from 'config'
Thanks
Diego
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC6QOQWG225VKRF4AF4GWY3S434YRANCNFSM4LWQQH7A>
.
|
Hello,
Thanks for your reply
This the code, attached also the file:
--------
import os
# EDIT
USERNAME = '[email protected]'
PASSWORD = 'xxxxxxxx'
COURSES = [
'grundlagen-der-programmierung-basiswissen'
]
# EDIT IF YOU NEED TO
BASE_DOWNLOAD_PATH = os.path.join(os.path.dirname(__file__), "downloads")
USE_PROXY = False
PROXY = "http://127.0.0.1:8888" if USE_PROXY else None
…------
Thanks a lot
Am Di., 2. Feb. 2021 um 04:33 Uhr schrieb Jatin Patel <
[email protected]>:
Make sure your config file is correct, send me here
On Tue, Feb 2, 2021 at 12:46 AM dfgind ***@***.***> wrote:
> Hello,
>
> In my case I have the following Problem:
>
> ImportError: cannot import name 'COLLECTIONS' from 'config'
>
> Thanks
> Diego
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <
#8 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AC6QOQWG225VKRF4AF4GWY3S434YRANCNFSM4LWQQH7A
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQDANXNTZN5MFRG3O23DVCLS45XBFANCNFSM4LWQQH7A>
.
|
Hello there, I am newbie, How to fix this problem, I need to use Cookie-based authentication |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Do someone have a solution on how to insert into config.py where the URL is like:
https://www.linkedin.com/learning/paths/become-an-ethical-hacker
og where the url is like:
https://www.linkedin.com/learning/c-sharp-essential-training-1-syntax-and-object-oriented-programming/using-the-exercise-files
I can't make it work where the url contains "/paths/" or where there is an "/" in the URL.
Thanks,
Nenad
The text was updated successfully, but these errors were encountered: