This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
mirrors
/
youtube-dl
espejo de
https://github.com/ytdl-org/youtube-dl.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
[theplatform] Fix Python 2: declare coding
Yen Chi Hsuan
hace 10 años
padre
dac14bf311
commit
aa6cd05ed8
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
youtube_dl/extractor/theplatform.py
+ 1
- 0
youtube_dl/extractor/theplatform.py
Ver fichero
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import re