diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 23285c349..46fd5e5ac 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -636,6 +636,7 @@ from .pluralsight import ( ) from .podomatic import PodomaticIE from .polskieradio import PolskieRadioIE +from .porn import PornIE from .porn91 import Porn91IE from .pornhd import PornHdIE from .pornhub import ( @@ -644,7 +645,6 @@ from .pornhub import ( PornHubUserVideosIE, ) -from .porn import PornIE from .pornotube import PornotubeIE from .pornovoisines import PornoVoisinesIE from .pornoxo import PornoXOIE diff --git a/youtube_dl/extractor/porn.py b/youtube_dl/extractor/porn.py index 7839287e5..a1f95ed91 100644 --- a/youtube_dl/extractor/porn.py +++ b/youtube_dl/extractor/porn.py @@ -14,12 +14,6 @@ class PornIE(InfoExtractor): 'id': '2658067', 'ext': 'mp4', 'title': 'Marsha May rides Seth on top of his thick cock', - # TODO more properties, either as: - # * A value - # * MD5 checksum; start the string with md5: - # * A regular expression; start the string with re: - # * Any Python type (for example int or float) - } }