aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/yahoo.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/YahooGyaOIE,extactor/YahooGyaOPlayerIE] Delete extractors due to ↵Lesmiscore2023-03-311-117/+0
| | | | | website close (#6218) Authored by: Lesmiscore
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-3/+0
|
* [extractors] Use new framework for existing embeds (#4307)pukkandan2022-08-021-1/+3
| | | | | | | `Brightcove` is difficult to migrate because it's subclasses may depend on the signature of the current functions. So it is left as-is for now Note: Tests have not been migrated
* [extractor/YahooJapanNews] Fix extractor (#4480)Lesmiscore2022-08-011-75/+43
| | | Authored by: Lesmiscore
* [compat] Remove more functionspukkandan2022-06-251-9/+6
| | | | Removing any more will require changes to a large number of extractors
* [yahoo:gyao] Fix extractorLesmiscore2022-05-241-1/+1
| | | | This fixes 400 error for /title/ URLs.
* [cleanup] Upgrade syntaxpukkandan2022-04-121-3/+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
* [cleanup] Use `_html_extract_title`pukkandan2022-04-041-1/+1
|
* [yahoo:gyao] Improved playlist handling (#1975)Hirokuni Yano2022-01-121-14/+28
| | | Authored by: hyano
* [extractor] Standardize `_live_title`pukkandan2021-12-151-1/+1
|
* [extractor] Simplify search extractorspukkandan2021-10-121-19/+3
|
* [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