r00tmebaby / LinkedIn-Downloader

LinkedIn DL is a small GUI program codded with Python and based on my previous Lynda Download script
MIT License
96 stars 37 forks source link

Can't download where url is like "/learning/paths" #49

Open NenadDragic opened 4 years ago

NenadDragic commented 4 years ago

Hi,

I am trying to download some courses from Linkedin, and it looks like it will not download where url is like "/learning/paths" eg.: https://www.linkedin.com/learning/paths/become-a-c-sharp-developer https://www.linkedin.com/learning/c-sharp-string-essential-training/working-with-text-in-dot-net

And the error is: DevTools listening on ws://127.0.0.1:6650/devtools/browser/4166aa0f-bd28-4b5d-8eca-0999c11fa130 ###############################################

LinkedIn Learning Download

@author r00tme 09/03/2020

@version: GUI 0.16.5 v2

##############################################

Exception in thread Thread-4: Traceback (most recent call last): File "threading.py", line 932, in _bootstrap_inner File "threading.py", line 870, in run File "LinkedDL.py", line 369, in downloader File "site-packages\selenium\webdriver\remote\webdriver.py", line 530, in find_element_by_tag_name File "site-packages\selenium\webdriver\remote\webdriver.py", line 976, in find_element File "site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute File "site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":"video"} (Session info: chrome=80.0.3987.149)

Thanks, Nenad