tubesync/patches/yt_dlp/patch/fatal_http_errors.py
tcely 3d4d965880
Create fatal_http_errors.py
This is a sketch of how a new patch is implemented.
It doesn't do anything yet.
2025-03-16 11:39:57 -04:00

12 lines
206 B
Python

from yt_dlp.extractor.youtube import YoutubeIE
class PatchedYoutubeIE(YoutubeIE):
def FUNC(self):
pass
#YoutubeIE.__unpatched__FUNC = YoutubeIE.FUNC
#YoutubeIE.FUNC = PatchedYoutubeIE.FUNC