Commit Graph

19 Commits (5ee9a7d6e18ceea956e831994cf11c423979354f)

Author SHA1 Message Date
bashonly ea05708203
[extractor/adobepass] Handle `Charter_Direct` MSO as `Spectrum` ()
Authored by: bashonly
pukkandan 6368e2e639
[cleanup] Misc
Closes 
CplPwnies 0c0b78b273
[extractor/adobepass] Add MSO AlticeOne (Optimum TV) ()
* Suddenlink rebrand to Optimum. Fixes 

Authored by: CplPwnies
pukkandan ac66811112
[compat] Remove more functions
Removing any more will require changes to a large number of extractors
pukkandan 9809740ba5
[extractor, cleanup] Reduce direct use of `_downloader`
pukkandan b2a2d91310
[adobepass] Allow cookies for authenticating MSO
Possible workaround for 
pukkandan 86e5f3ed2e
[cleanup] Upgrade syntax
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
pukkandan f9934b9614
[cleanup] Mark some compat variables for removal ()
Authored by fstirlitz, pukkandan
CplPwnies 1f1df1251e
[adobepass] Fix Suddenlink MSO ()
Authored by: CplPwnies
CplPwnies 9e0e6adb2d
[adobepass] Add Suddenlink MSO ()
Closes 
Authored by: CplPwnies
jfogelman f0ded3dad3
[AdobePass] Fix RCN MSO ()
Authored by: jfogelman
jfogelman ad095c4283
[adobepass] Add RCN as MSO ()
Authored by: jfogelman
nyuszika7h 52a2f994c9
[adobepass] Fix Verizon SAML login ()
Original PR: https://github.com/ytdl-org/youtube-dl/pull/19136 from 64bddfe15c

Authored-by: nyuszika7h, ParadoxGBB <paradoxgbb@yahoo.com>
Jesse fee5f0c909
[adobepass] Add MSO Cablevision ()
Authored by: Jessecar96
nikhil bb36a55c41
[nbcolympics:stream] Fix extractor
PR: https://github.com/ytdl-org/youtube-dl/pull/29688
Closes: , 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
Wes d24734daea
[adobepass] Add MSO Sling TV ()
Original PR: ytdl-org/youtube-dl#29686
Closes: , 

Authored by: wesnm
OhMyBahGosh 08625e4125
[AdobePass] Add Spectrum MSO ()
From: https://github.com/ytdl-org/youtube-dl/pull/26792

Co-authored by: kevinoconnor7, ohmybahgosh
pukkandan a06916d98e
[extractor] Add `write_debug` and `get_param`
Pccode66 7a5c1cfe93
Completely change project name to yt-dlp ()
* 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