From 20e9d79499ccfbe55a864302309a4853c6a935b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Jul 2022 00:27:00 +0000 Subject: [PATCH 1/4] Bump translators from 5.2.2 to 5.3.1 Bumps [translators](https://github.com/uliontse/translators) from 5.2.2 to 5.3.1. - [Release notes](https://github.com/uliontse/translators/releases) - [Commits](https://github.com/uliontse/translators/commits) --- updated-dependencies: - dependency-name: translators dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4cc217c..c33fd05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ python-dotenv==0.20.0 pytube==12.1.0 requests==2.28.1 rich==12.4.4 -translators==5.2.2 +translators==5.3.1 From 4882feb9195326aa7aaa977fb688e82092f118bb Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 18 Jul 2022 12:48:23 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8a9e205..54f387d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# I am now pushing directly to https://github.com/elebumm/RedditVideoMakerBot GO THERE. + + # Reddit Video Maker Bot 🎥 All done WITHOUT video editing or asset compiling. Just pure ✨programming magic✨. From 771452544ba0be3d0bb71f3cecd7fe491fff5717 Mon Sep 17 00:00:00 2001 From: PatatjeMC Date: Tue, 19 Jul 2022 16:16:37 +0200 Subject: [PATCH 3/4] Fixed glitchy ending Fixed the issue where the ending freezes for multiple seconds (again cause someone broke my previous fix) --- video_creation/final_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video_creation/final_video.py b/video_creation/final_video.py index 8524051..6a53c98 100755 --- a/video_creation/final_video.py +++ b/video_creation/final_video.py @@ -141,7 +141,7 @@ def make_final_video( ffmpeg_extract_subclip( "assets/temp/temp.mp4", 0, - final.duration, + length, targetname=f"results/{subreddit}/{filename}", ) save_data(subreddit, filename, title, idx, background_config[2]) From 36851dd07b35426d47a58637adc3d0c6ffecfb05 Mon Sep 17 00:00:00 2001 From: PatatjeMC Date: Tue, 19 Jul 2022 16:20:10 +0200 Subject: [PATCH 4/4] Revert "Merge branch 'master' of https://github.com/PatatjeMC/RedditVideoMakerBot" This reverts commit 99656fad6532139b25c661d959c627d83737a056, reversing changes made to 771452544ba0be3d0bb71f3cecd7fe491fff5717. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 54f387d..8a9e205 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ -# I am now pushing directly to https://github.com/elebumm/RedditVideoMakerBot GO THERE. - - # Reddit Video Maker Bot 🎥 All done WITHOUT video editing or asset compiling. Just pure ✨programming magic✨.