mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-15 04:35:19 +00:00
Make audio description the lowest priority
Co-Authored-By: pukkandan <pukkandan.ytdlp@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@ from ..utils import (
|
||||
from ..utils.traversal import traverse_obj
|
||||
|
||||
|
||||
class RTSIE(SRGSSRIE):
|
||||
class RTSIE(SRGSSRIE): # XXX: Do not subclass from concrete IE
|
||||
_GEO_COUNTRIES = ['CH']
|
||||
IE_DESC = 'RTS.ch'
|
||||
_VALID_URL = [
|
||||
|
||||
Reference in New Issue
Block a user