-
Notifications
You must be signed in to change notification settings - Fork 51
Description
Ocurre error a la hora de generar el data.json, supongo que será por algunos caracteres no soportados.
Ejemplo: https://codigofacilito.com/cursos/bootcamp-cloud-fundamentos?play=true
Error:
Traceback (most recent call last): File "C:\Users\Master\Desktop\repositorios\codigo_facilito_downloader\facilito.py", line 145, in <module> facilito.get_m3u8_url() File "C:\Users\Master\Desktop\repositorios\codigo_facilito_downloader\facilito.py", line 113, in get_m3u8_url print(f'[{j} / {k}][streaming] {video_title}') File "C:\Users\Master\AppData\Local\Programs\Python\Python310\lib\encodings\cp1252.py", line 19, in encode return codecs.charmap_encode(input,self.errors,encoding_table)[0] UnicodeEncodeError: 'charmap' codec can't encode character '\u0301' in position 23: character maps to <undefined>
Se agradece el trabajo realizado!