J3Patel / linkedin-learning-video-downloader

LinkedIn video learning video downloader July 2019
https://teenenggr.com/2019/07/21/linkedin-learning-video-downloader/
127 stars 60 forks source link

Issue with downloading locked videos in Linkdin #22

Open LSS-NaveenGedela opened 3 years ago

LSS-NaveenGedela commented 3 years ago

I am able to download videos but in folders only free or preview files downloading with data. remaining files with zero kb mean there is no video for locked videos in Linkdin.

Bro, Can you help me with this?

Config_file:

import os

USERNAME = 'gedelanaveenkumar@gmail.com' PASSWORD = 'XXXXX' COURSES = [ 'data-science-foundations-data-mining-in-python' ]

COLLECTIONS = [

]

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

JFYI

I didn't subscribe to that respective course.