diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-11-16 06:27:43 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-11-16 06:57:07 +0530 |
commit | 6368e2e639bca7e66609911d2672b6a9dc65b052 (patch) | |
tree | ad1f2fb77baf1213e245511f6edfc6072ab606c5 /yt_dlp/extractor/mofosex.py | |
parent | a4894d3e25943c4ecf4f38c0d50ce592d2175f29 (diff) |
[cleanup] Misc
Closes #5541
Diffstat (limited to 'yt_dlp/extractor/mofosex.py')
-rw-r--r-- | yt_dlp/extractor/mofosex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/mofosex.py b/yt_dlp/extractor/mofosex.py index 4221ef3e3..9cb6980c1 100644 --- a/yt_dlp/extractor/mofosex.py +++ b/yt_dlp/extractor/mofosex.py @@ -7,7 +7,7 @@ from ..utils import ( from .keezmovies import KeezMoviesIE -class MofosexIE(KeezMoviesIE): +class MofosexIE(KeezMoviesIE): # XXX: Do not subclass from concrete IE _VALID_URL = r'https?://(?:www\.)?mofosex\.com/videos/(?P<id>\d+)/(?P<display_id>[^/?#&.]+)\.html' _TESTS = [{ 'url': 'http://www.mofosex.com/videos/318131/amateur-teen-playing-and-masturbating-318131.html', |