aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/arte.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/polskieradio] Adapt to next.js redesigns (#5416)lauren n. liberda2022-12-281-1/+0
| | | Authored by: selfisekai
* [extractor/ArteTV] Extract chapters (#5879)chris2022-12-281-3/+20
| | | Authored by: iw0nderhow, bashonly
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-1/+0
|
* [extractor] Improve `_generic_title`pukkandan2022-10-311-3/+1
|
* [extractor/artetv] Remove duplicate stream urls (#5047)Simon Sawicki2022-09-261-3/+10
| | | | Closes #4510 Authored by: Grub4K
* [extractor/arte] Bug fix (#4769)cgrigis2022-08-271-6/+6
| | | | Closes #4768 Authored by: cgrigis
* [extractors] Use new framework for existing embeds (#4307)pukkandan2022-08-021-6/+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/arte] Fix title extractionpukkandan2022-07-281-2/+16
| | | | Fixes: https://github.com/yt-dlp/yt-dlp/pull/3302#issuecomment-1197568420
* [extractor/arte] Move to v2 API (#3302)Felix S2022-07-281-171/+168
| | | | | Closes #3622, #3502, #3086 Authored by: fstirlitz, pukkandan
* [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
* [arte] Add `format_note` to m3u8 formatspukkandan2022-03-171-2/+6
| | | | Related: #3086
* Update to ytdl-commit-6508688pukkandan2022-03-051-0/+42
| | | | | | | | | | | | 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
* [Arte] Improve description extraction (#1046)renalid2021-09-241-1/+1
| | | Authored by: renalid
* [utils] Add `parse_qs`pukkandan2021-08-231-2/+2
|
* [extractor] Common function `_match_valid_url`pukkandan2021-08-231-2/+2
|
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+255
* 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