aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/odnoklassniki.py
Commit message (Collapse)AuthorAgeFilesLines
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-2/+2
| | | | Authored by: coletdjnz, pukkandan
* [cleanup] Miscpukkandan2023-06-211-4/+2
| | | | | Closes #6288, Closes #7197, Closes #7265, Closes #7353, Closes #5773 Authored by: mikf, freezboltz, pukkandan
* [extractor/odnoklassniki] Fix formats extraction (#7217)bashonly2023-06-111-13/+43
| | | | Closes #2959, Closes #4462, Closes #7201 Authored by: bashonly
* [extractor/odnoklassniki] Extract subtitles (#5920)bashonly2023-01-021-0/+33
| | | | Closes #5744 Authored by: bashonly
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-2/+0
|
* [extractor/odnoklassniki] Support boosty.to embeds (#5105)megapro172022-11-071-19/+75
| | | | Closes #4212 Authored by: megapro17, Lesmiscore, pukkandan
* [extractors] Use new framework for existing embeds (#4307)pukkandan2022-08-021-9/+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
* [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
* [Odnoklassniki] Improve embedded players extraction (#2549)KiberInfinity2022-02-011-0/+44
| | | Authored by: KiberInfinity
* [extractor] Standardize `_live_title`pukkandan2021-12-151-1/+1
|
* [ok.ru] add mobile fallback (#1972)The Hatsune Daishi2021-12-141-1/+50
| | | Authored by: nao20010128nao
* [extractor] Always prefer native hls downloader by defaultpukkandan2021-05-261-2/+1
| | | | When the manifest is not downloadable by native downloader, it already is able to detect it and switch to `ffmpeg`. So there doesn't seem to be a reason anymore to use ffmpeg as the preferred downloader
* 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/+268
* 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