mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
6 lines
180 B
Python
6 lines
180 B
Python
![]() |
from yt_dlp.extractor.generic import GenericIE
|
||
|
|
||
|
|
||
|
class _UnderscoreOverrideGenericIE(GenericIE, plugin_name='underscore-override'):
|
||
|
SECONDARY_TEST_FIELD = 'underscore-override'
|