This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
mirrors
/
youtube-dl
réplica de
https://github.com/ytdl-org/youtube-dl.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
[compat] Fix casefold import __all__ syntax in a19855f
dirkf
%!s(int64=2) %!d(string=hai) anos
pai
ee731f3d00
achega
2389c7cbd3
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Unificar vista
Mostrar estatísticas de Diff
1
1
youtube_dl/casefold.py
+ 1
- 1
youtube_dl/casefold.py
Ver ficheiro
@@ -1663,5 +1663,5 @@ def casefold(s):
__all__ = [
__all__ = [
- casefold
+
'
casefold
',
]
]