linkedin-learning-video-downloader icon indicating copy to clipboard operation
linkedin-learning-video-downloader copied to clipboard

Issue with downloading locked videos in Linkdin

Open LSS-NaveenGedela opened this issue 3 years ago • 0 comments

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 = '[email protected]' 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.

LSS-NaveenGedela avatar Apr 03 '21 21:04 LSS-NaveenGedela