[porn] Removed unneeded comments and fixed import location

This commit is contained in:
Malcolm Boyd 2016-08-07 09:58:30 -05:00
parent a1447448af
commit 2b8d709bad
2 changed files with 1 additions and 7 deletions

View File

@ -636,6 +636,7 @@ from .pluralsight import (
) )
from .podomatic import PodomaticIE from .podomatic import PodomaticIE
from .polskieradio import PolskieRadioIE from .polskieradio import PolskieRadioIE
from .porn import PornIE
from .porn91 import Porn91IE from .porn91 import Porn91IE
from .pornhd import PornHdIE from .pornhd import PornHdIE
from .pornhub import ( from .pornhub import (
@ -644,7 +645,6 @@ from .pornhub import (
PornHubUserVideosIE, PornHubUserVideosIE,
) )
from .porn import PornIE
from .pornotube import PornotubeIE from .pornotube import PornotubeIE
from .pornovoisines import PornoVoisinesIE from .pornovoisines import PornoVoisinesIE
from .pornoxo import PornoXOIE from .pornoxo import PornoXOIE

View File

@ -14,12 +14,6 @@ class PornIE(InfoExtractor):
'id': '2658067', 'id': '2658067',
'ext': 'mp4', 'ext': 'mp4',
'title': 'Marsha May rides Seth on top of his thick cock', '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)
} }
} }