Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [extractor] Deprecate `_sort_formats` | pukkandan | 2022-11-17 | 1 | -3/+0 |
| | |||||
* | [extractor/vidio] Support embed link (#4564) | HobbyistDev | 2022-08-05 | 1 | -3/+28 |
| | | | Authored by: HobbyistDev | ||||
* | [cleanup, utils] Don't use kwargs for `format_field` | pukkandan | 2022-06-18 | 1 | -2/+2 |
| | |||||
* | [cleanup] Upgrade syntax | pukkandan | 2022-04-12 | 1 | -4/+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 | ||||
* | [extractor] Add `_perform_login` function (#2943) | pukkandan | 2022-03-18 | 1 | -7/+2 |
| | | | | * Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API * Adds `ie.supports_login` to the public API | ||||
* | [cleanup] Use format_field where applicable | pukkandan | 2022-01-21 | 1 | -2/+3 |
| | |||||
* | [extractor] Better error message for DRM (#729) | pukkandan | 2021-08-23 | 1 | -2/+1 |
| | | | Closes #636 | ||||
* | [extractor] Common function `_match_valid_url` | pukkandan | 2021-08-23 | 1 | -4/+3 |
| | |||||
* | [vidio] Fix login error detection (#582) | MinePlayersPE | 2021-07-29 | 1 | -3/+13 |
| | | | Authored by: MinePlayersPE | ||||
* | [vidio] Add VidioPremierIE and VidioLiveIE (#371) | MinePlayersPE | 2021-06-06 | 1 | -40/+175 |
| | | | Authored-by: MinePlayersPE | ||||
* | [vidio] Add login support (#362) | MinePlayersPE | 2021-05-30 | 1 | -1/+38 |
| | | | Authored by: MinePlayersPE | ||||
* | [vidio] Support premium videos (#358) | MinePlayersPE | 2021-05-29 | 1 | -2/+28 |
| | | | Authored by: MinePlayersPE | ||||
* | Completely change project name to yt-dlp (#85) | Pccode66 | 2021-02-25 | 1 | -0/+89 |
* 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 |