aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/testurl.py
Commit message (Collapse)AuthorAgeFilesLines
* [cleanup] Miscpukkandan2023-06-221-2/+6
|
* Improve handling for overriding extractors with plugins (#5916)Matthew2023-01-021-5/+6
| | | | | | * Extractors replaced with plugin extractors now show in debug output * Better testcase handling * Added documentation Authored by: coletdjnz, pukkandan
* [cleanup] MiscRobert Geislinger2022-11-111-1/+1
| | | | | | Closes #5471, Closes #5312 Authored by: pukkandan, Alienmaster
* Fix lazy extractor bug in fe7866d0ed6bfa3904ce12b049a3424fdc0ea1fapukkandan2022-08-241-1/+3
| | | | | | and add test Fixes https://github.com/yt-dlp/yt-dlp/pull/3234#issuecomment-1225347071
* [cleanup] Miscpukkandan2022-05-211-1/+1
|
* [extractor] Use classmethod/property where possiblepukkandan2022-05-131-31/+12
| | | | | | and refactor lazy extractors accordingly. This reduces the need to create extractor instances
* [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
* [extractor] Common function `_match_valid_url`pukkandan2021-08-231-1/+1
|
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+64
* 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