1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-05 22:53:46 +08:00

[porn] Removed unneeded comments and fixed import location

This commit is contained in:
Malcolm Boyd
2016-08-07 09:58:30 -05:00
Unverified
parent a1447448af
commit 2b8d709bad
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -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
-6
View File
@@ -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)
}
}