API Reference
The following section outlines the API of downkedin.
Downloader Module
Login Module
Main Login Strategies
Wrapper Login Strategies
- class downkedin.login.PicleStrategy(path: str, backup_strategy: downkedin.login.LoginStrategy)[source]
Bases:
downkedin.login.LoginStrategy
This should be used with a main strategy as backup.
PicleStrategy("cookies.bin", UsernamePasswordStrategy("username", "password"))