aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/rai.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/rai] Rewrite extractors (#5940)nixxo2023-05-291-301/+264
| | | | | | Authored by: nixxo, danog Closes #5672, closes #6341 Co-authored-by: Daniil Gentili <daniil@daniil.it>
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-6/+0
|
* [cleanup] Miscpukkandan2022-11-161-3/+3
| | | | Closes #5541
* [extractor/rai] Minor fix (#4700)nixxo2022-08-191-1/+1
| | | Closes #4691, #4690
* [extractor/rai] Misc fixes (#4600)nixxo2022-08-151-8/+33
| | | Authored by: nixxo
* [extractor/rai] Add raisudtirol extractor (#4524)nixxo2022-08-021-0/+35
| | | | Closes #4206 Authored by: nixxo
* [extractor/rai] Fix RaiNews extraction (#4380)nixxo2022-07-241-74/+103
| | | | | Authored by: nixxo Closes #3911
* [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
* [rai] Add `release_year`pukkandan2022-04-081-0/+1
| | | | Closes #2319
* [rai] Fix extraction of http formats (#3272)nixxo2022-04-011-1/+1
| | | | Closes #3270 Authored by: nixxo
* [utils] Add `filter_dict`pukkandan2022-03-281-2/+3
|
* [rai] Add Raiplaysound extractors (#1955)nixxo2022-01-111-91/+153
| | | | Closes #1951 Authored by: nixxo, pukkandan
* [extractor] Standardize `_live_title`pukkandan2021-12-151-2/+1
|
* [RaiNews] Fix extractor (#1864)nixxo2021-12-031-11/+17
| | | | Closes #1862 Authored by: nixxo
* [RaiplayRadio] Add extractors (#780)Francesco Frassinelli2021-11-051-0/+84
| | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/21837 Authored by: frafra
* [extractor] Better error message for DRM (#729)pukkandan2021-08-231-1/+1
| | | Closes #636
* [extractor] Common function `_match_valid_url`pukkandan2021-08-231-2/+2
|
* [extractor] Add `write_debug` and `get_param`pukkandan2021-05-171-1/+1
|
* [rai] Add support for http formats (#208)nixxo2021-04-171-19/+108
| | | Authored by: nixxo
* 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
* [rai] fix drm check (#168)nixxo2021-03-131-1/+1
| | | | Bug introduced by #150 Authored by: nixxo
* [rai] Check for DRM (#150)nixxo2021-03-071-0/+12
| | | Authored by: nixxo <nixxo@protonmail.com>
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+486
* 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