Parcourir la source

added InfoExtractor for XNXX

tempname il y a 13 ans
Parent
commit
154b55dae3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      youtube_dl/__init__.py

+ 1 - 0
youtube_dl/__init__.py

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