aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/yahoo.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor] Common function `_match_valid_url`pukkandan2021-08-231-2/+2
|
* [yahoo:gyao:player] Relax `_VALID_URL` (#503)The Hatsune Daishi2021-07-161-1/+4
| | | Authored by: nao20010128nao
* [yahoo] Fix extraction (#435)LE2021-06-241-7/+23
| | | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/28290 Co-authored-by: llacb47, pukkandan
* Add option `--ignore-no-formats-error`pukkandan2021-04-171-1/+1
| | | | | * Ignores the "no video format" and similar errors * Experimental - Some extractors may still throw these errors
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+569
* 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