aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/bbc.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/bbc] Support onion domains (#5211)sam2022-11-041-1/+12
| | | Authored by: DoubleCouponDay
* [extractor] Improve `_generic_title`pukkandan2022-10-311-6/+2
|
* [extractors] Use new framework for existing embeds (#4307)pukkandan2022-08-021-0/+1
| | | | | | | `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/bbc] Fix news articles (#4472)ajj82022-07-281-1/+1
| | | Authored by: ajj8
* [compat] Remove more functionspukkandan2022-06-251-8/+4
| | | | Removing any more will require changes to a large number of extractors
* [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] Mark some compat variables for removal (#2173)pukkandan2022-04-121-2/+2
| | | | Authored by fstirlitz, pukkandan
* [cleanup] Use `_html_extract_title`pukkandan2022-04-041-3/+2
|
* [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
* Update to ytdl-commit-6508688pukkandan2022-03-051-13/+44
| | | | | | | | | | | | Make default upload_/release_date a compat_str https://github.com/ytdl-org/youtube-dl/commit/6508688e88c83bb811653083db9351702cd39a6a Except: * "[NDR] Overhaul NDR and NJoy extractors" https://github.com/ytdl-org/youtube-dl/pull/30531 - https://github.com/ytdl-org/youtube-dl/commit/01824d275bfa7efbaca274b38c1ddc2b03f12f5d - https://github.com/ytdl-org/youtube-dl/commit/39a98b09a2acf50dc64bc41185be723b98e740b9 - https://github.com/ytdl-org/youtube-dl/commit/f0a05a55c2ee512880546c056cfbec5ad3399798 - https://github.com/ytdl-org/youtube-dl/commit/4186e817772d49d6f66b07c5ac8c248f026a6446
* [bbc] Fix extraction of news articles (#2811)ajj82022-02-171-4/+4
| | | | | Closes #1374 Authored by: ajj8
* [cleanup] Misc cleanuppukkandan2021-11-291-2/+1
| | | | Closes #1805, closes #1800
* [bbc] Get all available formats (#1717)nyuszika7h2021-11-191-4/+15
| | | Authored by: nyuszika7h
* [bbc] Extract better quality videos (#1113)ajj82021-09-291-1/+1
| | | | | mobile-tablet-main only provides 540p25, so it shouldn't be used for the first attempt. Instead pc provides up to 720p50 Authored by: ajj8
* [utils] Add `parse_qs`pukkandan2021-08-231-3/+2
|
* [extractor] Add `write_debug` and `get_param`pukkandan2021-05-171-1/+1
|
* Update to ytdl-commit-7e8b3f9pukkandan2021-04-221-1/+30
| | | | | [youtube] Remove unused code https://github.com/ytdl-org/youtube-dl/commit/7e8b3f9439ebefb3a3a4e5da9c0bd2b595976438
* 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
* Update to ytdl-commit-8562218pukkandan2021-03-251-15/+190
| | | | | [ard] improve clip id extraction https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf
* Update to ytdl-2021.03.03pukkandan2021-03-031-8/+53
|
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+1374
* 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