ericxlima / edits.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RiveSong

So

[x] - Get Lyrics automatically [x] - Translate the Lyrics automatically [x] - Download Music automatically [x] - Generate Images automatically [x] - Edit the video automatically [x] - Background Colors automatically

4 Devs

  • Before run
# add 
if 'reelShelfRenderer' in video_details:
    continue
if "showingResultsForRenderer" in video_details:
    continue
# in below line 150 of pytube/contrib/search.py 
# In the file pytube/parser.py
# change this line 
[152]: func_regex = re.compile(r"function\([^)]+\)")
# to this
[152]: func_regex = re.compile(r"function\([^)]*\)")
# in pytube/cipher.py modify this line
transform_plan_raw = find_object_from_startpoint(raw_code, match.span()[1] - 1)
# for this
transform_plan_raw = js
  • Reqs

imagemagick

About


Languages

Language:Python 100.0%