[devscripts/check-porn] Fix gettestcases import
This commit is contained in:
		
							parent
							
								
									4d8c4b46d5
								
							
						
					
					
						commit
						8a1a60d173
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -14,7 +14,7 @@ import os
 | 
				
			||||||
import sys
 | 
					import sys
 | 
				
			||||||
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 | 
					sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from test.helper import get_testcases
 | 
					from test.helper import gettestcases
 | 
				
			||||||
from youtube_dl.utils import compat_urllib_parse_urlparse
 | 
					from youtube_dl.utils import compat_urllib_parse_urlparse
 | 
				
			||||||
from youtube_dl.utils import compat_urllib_request
 | 
					from youtube_dl.utils import compat_urllib_request
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -24,7 +24,7 @@ if len(sys.argv) > 1:
 | 
				
			||||||
else:
 | 
					else:
 | 
				
			||||||
    METHOD = 'EURISTIC'
 | 
					    METHOD = 'EURISTIC'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
for test in get_testcases():
 | 
					for test in gettestcases():
 | 
				
			||||||
    if METHOD == 'EURISTIC':
 | 
					    if METHOD == 'EURISTIC':
 | 
				
			||||||
        try:
 | 
					        try:
 | 
				
			||||||
            webpage = compat_urllib_request.urlopen(test['url'], timeout=10).read()
 | 
					            webpage = compat_urllib_request.urlopen(test['url'], timeout=10).read()
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue