1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-29 12:55:17 +00:00

[cleanup] Remove dead extractors (#8604)

Closes #1609, Closes #3232, Closes #4763, Closes #6026, Closes #6322, Closes #7912
Authored by: seproDev
This commit is contained in:
sepro
2023-11-26 04:09:59 +01:00
committed by GitHub
parent 5a230233d6
commit 9751a457cf
125 changed files with 129 additions and 10150 deletions

View File

@@ -3,6 +3,7 @@ import re
class ToypicsIE(InfoExtractor):
_WORKING = False
IE_DESC = 'Toypics video'
_VALID_URL = r'https?://videos\.toypics\.net/view/(?P<id>[0-9]+)'
_TEST = {
@@ -43,6 +44,7 @@ class ToypicsIE(InfoExtractor):
class ToypicsUserIE(InfoExtractor):
_WORKING = False
IE_DESC = 'Toypics user profile'
_VALID_URL = r'https?://videos\.toypics\.net/(?!view)(?P<id>[^/?#&]+)'
_TEST = {