1
0
Fork 0
mirror of https://gitlab.com/dstftw/youtube-dl.git synced 2020-11-16 09:42:26 +00:00

added InfoExtractor for XNXX

This commit is contained in:
tempname 2012-08-15 20:57:27 -03:00
parent 6de7ef9b8d
commit 154b55dae3

View file

@ -351,6 +351,7 @@ def gen_extractors():
MixcloudIE(),
StanfordOpenClassroomIE(),
MTVIE(),
XNXXIE(),
GenericIE()
]