aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/viki.py
Commit message (Collapse)AuthorAgeFilesLines
* [cleanup] Upgrade syntaxpukkandan2022-04-121-2/+0
| | | | | | | | | | Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
* [viki] Don't attempt to modify URLs with signature (#3222)nyuszika7h2022-03-271-1/+1
| | | | | Closes #1379 Authored by: nyuszika7h
* [extractor] Add `_perform_login` function (#2943)pukkandan2022-03-181-8/+1
| | | | * Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API * Adds `ie.supports_login` to the public API
* [viki] Fix "Bad request" for manifest (#2540)nyuszika7h2022-01-311-3/+6
| | | | Closes #2499 Authored by: nyuszika7h
* [test/download] Fallback test to `bv`pukkandan2021-11-061-12/+0
|
* [viki] Print error message from API requestpukkandan2021-08-101-1/+1
| | | | Closes #651
* [VIKI] Rewrite extractors (#475)zackmark292021-07-101-209/+115
| | | | | | Closes #462 Also added extractor-arg `video_types` to `vikichannel` Co-authored-by: zackmark29, pukkandan
* [downloader/mhtml] Add new downloader (#343)felix2021-06-131-4/+1
| | | | | | | | | | | | | | | | | | This downloader is intended to be used for streams that consist of a timed sequence of stand-alone images, such as slideshows or thumbnail streams This can be used for implementing: https://github.com/ytdl-org/youtube-dl/issues/4974#issue-58006762 https://github.com/ytdl-org/youtube-dl/issues/4540#issuecomment-69574231 https://github.com/ytdl-org/youtube-dl/pull/11185#issuecomment-335554239 https://github.com/ytdl-org/youtube-dl/issues/9868 https://github.com/ytdl-org/youtube-dl/pull/14951 Authored by: fstirlitz
* [viki] Fix extractionpukkandan2021-06-071-21/+39
| | | | | Closes #381 Code from: https://github.com/ytdl-org/youtube-dl/commit/59e583f7e8530ca92776c866897d895c072e2a82
* [extractor] Add `write_debug` and `get_param`pukkandan2021-05-171-1/+1
|
* [viki] Fix viki play pass authentication (#111)Robin Dunn2021-02-261-49/+21
| | | Authored by: RobinD42
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+472
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan