mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-10-15 20:58:36 +09:00
Rename YourPorn extractor to SxyPrn
This commit is contained in:
@@ -1603,7 +1603,7 @@ from .younow import (
|
|||||||
YouNowMomentIE,
|
YouNowMomentIE,
|
||||||
)
|
)
|
||||||
from .youporn import YouPornIE
|
from .youporn import YouPornIE
|
||||||
from .yourporn import YourPornIE
|
from .sxyprn import SxyPrnIE
|
||||||
from .yourupload import YourUploadIE
|
from .yourupload import YourUploadIE
|
||||||
from .youtube import (
|
from .youtube import (
|
||||||
YoutubeIE,
|
YoutubeIE,
|
||||||
|
@@ -8,7 +8,7 @@ from ..utils import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
class YourPornIE(InfoExtractor):
|
class SxyPrnIE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://(?:www\.)?sxyprn\.com/post/(?P<id>[^/?#&.]+)'
|
_VALID_URL = r'https?://(?:www\.)?sxyprn\.com/post/(?P<id>[^/?#&.]+)'
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'https://sxyprn.com/post/57ffcb2e1179b.html',
|
'url': 'https://sxyprn.com/post/57ffcb2e1179b.html',
|
Reference in New Issue
Block a user