[sxyprn] Make YourPornIE not match URLs from https://sxyprn.com

This commit is contained in:
v-delta 2019-08-29 16:02:15 +02:00
parent 54fdf7cc51
commit 12113ad249

View File

@ -8,7 +8,7 @@ from ..utils import (
class YourPornIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?(?:yourporn\.sexy|sxyprn\.com)/post/(?P<id>[^/?#&.]+)'
_VALID_URL = r'https?://(?:www\.)?yourporn\.sexy/post/(?P<id>[^/?#&.]+)'
_TESTS = [{
'url': 'https://yourporn.sexy/post/57ffcb2e1179b.html',
'md5': '6f8682b6464033d87acaa7a8ff0c092e',