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

How to insert url what start with /paths/ and url that have "/" inside it #8

Open
NenadDragic opened this issue Mar 30, 2020 · 5 comments
Labels
bug Something isn't working

Comments

@NenadDragic
Copy link

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

@J3Patel
Copy link
Owner

J3Patel commented Dec 24, 2020

@NenadDragic
Adding it like this worked for me
COURSES = [
'c-sharp-essential-training-1-syntax-and-object-oriented-programming'
]

will check on paths/become-an-ethical-hacker

@J3Patel J3Patel added the bug Something isn't working label Dec 24, 2020
@dfgind
Copy link

dfgind commented Feb 1, 2021

Hello,

In my case I have the following Problem:

ImportError: cannot import name 'COLLECTIONS' from 'config'

Thanks
Diego

@J3Patel
Copy link
Owner

J3Patel commented Feb 2, 2021 via email

@dfgind
Copy link

dfgind commented Feb 2, 2021 via email

@Learnpython-code
Copy link

Learnpython-code commented Mar 12, 2021

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
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants