1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-12-25 17:15:52 +01: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(), MixcloudIE(),
StanfordOpenClassroomIE(), StanfordOpenClassroomIE(),
MTVIE(), MTVIE(),
XNXXIE(),
GenericIE() GenericIE()
] ]