Browse Source

added InfoExtractor for XNXX

tempname 13 years ago
parent
commit
154b55dae3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      youtube_dl/__init__.py

+ 1 - 0
youtube_dl/__init__.py

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