aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/adobepass.py
Commit message (Collapse)AuthorAgeFilesLines
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-10/+10
| | | | Authored by: coletdjnz, pukkandan
* [cleanup] Miscpukkandan2023-07-061-1/+1
|
* [extractor/adobepass] Handle `Charter_Direct` MSO as `Spectrum` (#6824)bashonly2023-04-161-1/+1
| | | Authored by: bashonly
* [cleanup] Miscpukkandan2022-11-161-1/+1
| | | | Closes #5541
* [extractor/adobepass] Add MSO AlticeOne (Optimum TV) (#4875)CplPwnies2022-09-091-1/+6
| | | | | * Suddenlink rebrand to Optimum. Fixes #4874 Authored by: CplPwnies
* [compat] Remove more functionspukkandan2022-06-251-9/+6
| | | | Removing any more will require changes to a large number of extractors
* [extractor, cleanup] Reduce direct use of `_downloader`pukkandan2022-06-231-6/+6
|
* [adobepass] Allow cookies for authenticating MSOpukkandan2022-05-171-24/+32
| | | | Possible workaround for #1034
* [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/+1
| | | | Authored by fstirlitz, pukkandan
* [adobepass] Fix Suddenlink MSO (#3148)CplPwnies2022-03-221-10/+16
| | | Authored by: CplPwnies
* [adobepass] Add Suddenlink MSO (#2977)CplPwnies2022-03-081-0/+51
| | | | Closes #2704 Authored by: CplPwnies
* [AdobePass] Fix RCN MSO (#1349)jfogelman2021-10-221-2/+2
| | | Authored by: jfogelman
* [adobepass] Add RCN as MSO (#1129)jfogelman2021-09-301-0/+5
| | | Authored by: jfogelman
* [adobepass] Fix Verizon SAML login (#743)nyuszika7h2021-08-231-2/+24
| | | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/19136 from https://bitbucket.org/ParadoxGBB/youtube-dl/commits/64bddfe15c1458a1b3461875bf9afd0a17ebeea0 Authored-by: nyuszika7h, ParadoxGBB <paradoxgbb@yahoo.com>
* [adobepass] Add MSO Cablevision (#635)Jesse2021-08-061-3/+11
| | | Authored by: Jessecar96
* [nbcolympics:stream] Fix extractornikhil2021-08-041-2/+2
| | | | | | | | | | | | PR: https://github.com/ytdl-org/youtube-dl/pull/29688 Closes: #617, https://github.com/ytdl-org/youtube-dl/issues/29665 * Livestreams are untested * If using ffmpeg as downloader, v4.3+ is needed since `-http_seekable` option is necessary * Instead of making a seperate key for each arg that needs to be passed to ffmpeg, I made `_ffmpeg_args` * This deprecates `_seekable`, but the option is kept for compatibility Authored by: nchilada, pukkandan
* [adobepass] Add MSO Sling TV (#596)Wes2021-07-311-0/+39
| | | | | | Original PR: ytdl-org/youtube-dl#29686 Closes: #300, ytdl-org/youtube-dl#18132 Authored by: wesnm
* [AdobePass] Add Spectrum MSO (#470)OhMyBahGosh2021-07-071-0/+41
| | | | | From: https://github.com/ytdl-org/youtube-dl/pull/26792 Co-authored by: kevinoconnor7, ohmybahgosh
* [extractor] Add `write_debug` and `get_param`pukkandan2021-05-171-1/+1
|
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+1600
* 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