Kempeter / YouCut

Youtube video cutter accompanied with prompts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YouCut

Youtube video cutter accompanied with prompts

Installation (can be skipped - will run in main files)

  • Open folder (un-)install
  • Run install.bat
    • this will install (if not present) Python 3.10+, pytube library, ffmpeg-python library and FFmpeg
      • it uses winget and pip install

Function

  • Run YouCut.bat or YouCut.py

    1: Step 1: Youtube URL
    2: Step 2: Destination Folder
    3: Step 3: Output Name
    4: Step 4: Cuts
    5: Finished

Bug fix (if it doesnt work)

  • Open folder pytube_fix
  • Run fix.bat
    • this will replace the original cipher.py file in the pytube library installation folder with the one in the pytube_fix folder
      • it basically replaces line 411 in the file
      • before: transform_plan_raw = find_object_from_startpoint(raw_code, match.span()[1] - 1)
      • new: transform_plan_raw = js
      • thanks to @MikeCVermeer for the temporary fix

About

Youtube video cutter accompanied with prompts


Languages

Language:Python 93.2%Language:Batchfile 6.8%