aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/slideslive.py
Commit message (Collapse)AuthorAgeFilesLines
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-1/+1
| | | | Authored by: coletdjnz, pukkandan
* [extractor/slideslive] Fix slides and chapters/duration (#6024)bashonly2023-01-141-33/+78
| | | | | | | * Fix slides/thumbnails extraction * Extract duration to fix issues w/ `--embed-chapters`, `--split-chapters` * Add `InfoExtractor._extract_mpd_vod_duration` method * Expand applicability of `InfoExtractor._parse_m3u8_vod_duration` method Authored by: bashonly
* [extractor/slideslive] Support embeds and slides (#5784)bashonly2022-12-291-28/+362
| | | Authored by: bashonly, Grub4K, pukkandan
* [extractor/slideslive] Fix extractor (#5737)bashonly2022-12-091-39/+124
| | | | Closes #1532 Authored by: bashonly, Grub4K
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-1/+0
|
* [cleanup] MiscRobert Geislinger2022-11-111-0/+1
| | | | | | Closes #5471, Closes #5312 Authored by: pukkandan, Alienmaster
* [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
* [test/download] Fallback test to `bv`pukkandan2021-11-061-3/+0
|
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+109
* 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