Skip to content

(Deprecated) Youtube video cutter accompanied with prompts

Notifications You must be signed in to change notification settings

TheFeThrone/YouCut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

(Deprecated) Youtube video cutter accompanied with prompts

Resources

Stars

Watchers

Forks