[cleanup] Replace dead example/test URL (#17061)

* Replace dead example URL in documentation
* Replace primary Youtube test URL
* Remove obsolete `test_youtube_lists` module

Closes #12263
Authored by: bashonly
This commit is contained in:
bashonly
2026-06-26 22:36:35 +00:00
committed by GitHub
parent 57528faa36
commit c102b20965
9 changed files with 78 additions and 147 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ class ViewSourceIE(InfoExtractor):
_VALID_URL = r'view-source:(?P<url>.+)'
_TEST = {
'url': 'view-source:https://www.youtube.com/watch?v=BaW_jenozKc',
'url': 'view-source:https://www.youtube.com/watch?v=YE7VzlLtp-4',
'only_matching': True,
}