mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 22:47:06 -05:00 
			
		
		
		
	Tests: Add coding to files
This commit is contained in:
		@@ -20,7 +20,7 @@ class InfoQIE(InfoExtractor):
 | 
			
		||||
            u"title": u"A Few of My Favorite [Python] Things"
 | 
			
		||||
        },
 | 
			
		||||
        u"params": {
 | 
			
		||||
            u"skip_download": true
 | 
			
		||||
            u"skip_download": True
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,3 +1,5 @@
 | 
			
		||||
# coding: utf-8
 | 
			
		||||
 | 
			
		||||
import json
 | 
			
		||||
import math
 | 
			
		||||
import random
 | 
			
		||||
@@ -16,7 +18,7 @@ class YoukuIE(InfoExtractor):
 | 
			
		||||
        u"url": u"http://v.youku.com/v_show/id_XNDgyMDQ2NTQw.html",
 | 
			
		||||
        u"file": u"XNDgyMDQ2NTQw_part00.flv",
 | 
			
		||||
        u"md5": u"ffe3f2e435663dc2d1eea34faeff5b5b",
 | 
			
		||||
        u"params": { u"test": false },
 | 
			
		||||
        u"params": { u"test": False },
 | 
			
		||||
        u"info_dict": {
 | 
			
		||||
            u"title": u"youtube-dl test video \"'/\\ä↭𝕐"
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user