Skip to content

This code searches the txt containing the .m3u8 urls inside the response of a post in Kemono and downloads the m3u8 and converts the file to mp4

Notifications You must be signed in to change notification settings

Ignaadex/Kemono-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Conversor de M3U8 a MP4 desde Kemono

Descripción

Este script descarga archivos M3U8 desde Kemono, extrae los enlaces M3U8 para videos con resolución 1920x1080, y los convierte a MP4.

Uso

  1. Ejecuta el script.
  2. Introduce el enlace del post en Kemono cuando se solicite.
  3. Elige un nombre para el archivo TXT que se descargará.
  4. El script descargará el archivo TXT y extraerá los enlaces M3U8.
  5. Los enlaces M3U8 se guardarán en un archivo separado en la carpeta 'enlaces_m3u8'.
  6. Los archivos M3U8 se convertirán a MP4 y se moverán a la carpeta 'videos'.

Requisitos

  • Python 3.x
  • FFmpeg

Instrucciones de Instalación

  1. Clona este repositorio en tu máquina local.
  2. Instala Python 3 si aún no lo tienes.
  3. Instala VLC Media Player desde su sitio web oficial.

Notas

  • Asegúrate de tener una conexión a internet estable para descargar los archivos necesarios.
  • Los archivos M3U8 deben contener enlaces con resolución 1920x1080 para ser procesados correctamente.

Autor

Este script fue creado por Ignacio. Puedes contactarme en mi perfil de GitHub.

Fecha

Este README fue creado el 12 de marzo de 2024.

About

This code searches the txt containing the .m3u8 urls inside the response of a post in Kemono and downloads the m3u8 and converts the file to mp4

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages