Asynchronous scraping tool to fetch LinkedIn-learning's courses videos.
Dependencies:
- Python 3.6
- aiohttp
- lxml (Can be installed via pip)
Please use this script for your own purposes.
This script was written for educational usage only.
Make sure your LinkedIn account is NOT protected with 2FA
pip3 install -r requirements.txt
Edit config.py file (username, password and courses slugs)
Course's slug can be obtained using its url
e.g:
COURSE URL: https://www.linkedin.com/learning/learning-hadoop/
->
USERNAME = 'xxxxxxxxxxx@gmail.com'
PASSWORD = 'xxxxxxxx'
COURSES = [
'learning-hadoop',
]
python3 linkedin_learning.py
- Add Description
- Use argparser
- Fetch courses from bookmarks