mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-04-19 05:24:50 +09:00
Rename YourPorn extractor to SxyPrn
This commit is contained in:
parent
3472227074
commit
2ffd1b4747
@ -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',
|
Loading…
x
Reference in New Issue
Block a user