Simon
3ad42ba126
Refactor FFmpeg download and fix watermark bug
1 year ago
Simon
bfcdca9e03
3.2.1 bug release
1 year ago
Simon
cb3f6c7f0d
Merge pull request #1799 from mubarakalmehairbi/develop-1
...
Better error handling
1 year ago
Simon
a806a014b1
Merge pull request #1803 from elebumm/dependabot/pip/develop/flask-2.3.3
...
Bump flask from 2.3.2 to 2.3.3
1 year ago
Simon
d48372bf4f
Merge pull request #1677 from kelvinamaral/fix-story-mode-0
...
Fix in storymodemethod = 0
1 year ago
Simon
cce9320154
Merge pull request #1771 from BrandonHalig/patch-3
...
Confirm out_time_ms is a number
1 year ago
dependabot[bot]
7cc47b178b
Bump flask from 2.3.2 to 2.3.3
...
Bumps [flask](https://github.com/pallets/flask ) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/pallets/flask/releases )
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/flask/compare/2.3.2...2.3.3 )
---
updated-dependencies:
- dependency-name: flask
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Simon
bd4b4c1394
Merge pull request #1800 from xJWzZ/xjwzz/yt-dlp-versionfix
...
Fix: Conversion Failed! Error message and 403
1 year ago
Jack Wall
85b71ae318
Fix: Conversion Failed! Error message and 403
...
Fixes #1797
Fixes #1785
Issue
Error "Error: ERROR: [download] Got error: HTTP Error 403: Forbidden "
Root Cause
Both are caused by 403 errors occurring in outdated yt-dlp package
Solution
Update yt-dlp version in requirements.txt
1 year ago
mubarakalmehairbi
9f6d24a239
Better error handling
1 year ago
BrandonHalig
bd88d7328d
Confirm out_time_ms is a number
...
In get_latest_ms_progress(), the value of out_time_ms can equal 'N/A\n', this code confirms this will not be the case in the future. Since this is only a progress indicator, it should not crash the program.
1 year ago
Simon
fef94989b6
Merge pull request #1719 from rsley/master
...
Fix translators
1 year ago
Rafael Soley R
a2ca82c67b
Fix translators
1 year ago
Simon
1c3452dae2
Merge pull request #1676 from elebumm/dependabot/pip/develop/rich-13.4.1
...
Bump rich from 13.3.5 to 13.4.1
1 year ago
Simon
ff3b9ff8fa
Merge pull request #1678 from elebumm/dependabot/pip/develop/elevenlabs-0.2.17
...
Bump elevenlabs from 0.2.16 to 0.2.17
1 year ago
dependabot[bot]
35fc070032
Bump elevenlabs from 0.2.16 to 0.2.17
...
Bumps [elevenlabs](https://github.com/elevenlabs/elevenlabs-python ) from 0.2.16 to 0.2.17.
- [Release notes](https://github.com/elevenlabs/elevenlabs-python/releases )
- [Commits](https://github.com/elevenlabs/elevenlabs-python/compare/v0.2.16...v0.2.17 )
---
updated-dependencies:
- dependency-name: elevenlabs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Kelvin Amaral
53cc0225c6
Fix for Story mode 0
2 years ago
dependabot[bot]
a5c6421194
Bump rich from 13.3.5 to 13.4.1
...
Bumps [rich](https://github.com/Textualize/rich ) from 13.3.5 to 13.4.1.
- [Release notes](https://github.com/Textualize/rich/releases )
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Textualize/rich/compare/v13.3.5...v13.4.1 )
---
updated-dependencies:
- dependency-name: rich
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
github-actions
7dd8b2a3e8
fixup: Format Python code with Black
2 years ago
Simon
baa0849f8b
Autoblack only on develop
2 years ago
Simon
72a1e9dc71
Merge branch 'develop' into master
2 years ago
Simon
a8046a8290
Version 3.2
2 years ago
Simon
0ea74e43f1
Version 3.2
...
The RedditVideoMakerBot has been updated to version 3.2, bringing exciting new features and bug fixes. Introducing **ElevenLabs TTS** for high-quality audio. Enjoy **background audio** and **random voices per comment**. Run the bot with one click using the **bat file**. Use the **zoom setting** for bigger text. Bug fixes include video downloader improvements, random story mode fix, updated dependencies, code optimizations, text size adjustments, enhanced Reddit credentials validation, and translator fixes. Enjoy the new features and **thanks to all contributors**!
2 years ago
Simon
af58375dd3
Merge pull request #1671 from electro199/dev
...
Bug fixes
2 years ago
Simon
b98a62899c
Update run.bat
2 years ago
Simon
280b125505
Fix PR
2 years ago
Syed Aman Raza
0a1ba17d0e
Merge branch 'develop' into dev
2 years ago
electro199
3dcb36f23b
Merge branch 'dev' of https://github.com/electro199/RedditVideoMakerBot into dev
2 years ago
Simon
bb65d2f6cd
Update TTS/engine_wrapper.py
2 years ago
electro199
8b73e1ecb5
more minor change
2 years ago
electro199
f7489cde0e
fixed bug
2 years ago
Simon
c0d741a3ed
Merge pull request #1664 from liamb13/translate-title-fix
...
fixes title query
2 years ago
Simon
cab5359e08
Reformat
2 years ago
Simon
868fda11f4
Edit version number
2 years ago
Simon
8e58cd67ec
Little fix
2 years ago
Simon
5e19fd757c
Fix TypeError
2 years ago
Simon
1dec673841
Update all the requirements, reformat a bit and fix the story mode character limit
2 years ago
Simon
59cbf94207
Merge pull request #1663 from liamb13/reddit-redesign
...
Reddit redesign
2 years ago
Simon
d3344001e8
Merge pull request #1626 from joshholly/joshholly-fix-opacity
...
Fixed Opacity Function
2 years ago
Simon
164e584b97
Merge pull request #1619 from liamb13/elevenlabs
...
Adds elevenlabs TTS
2 years ago
Simon
53ab45bba9
Merge branch 'develop' into elevenlabs
2 years ago
Simon
f7bc316bfc
Merge pull request #1578 from liamb13/zoom
...
Adds zoom function
2 years ago
Simon
655c507010
Couple of fixes including translators fix
2 years ago
electro199
65cc5a4074
added validater , auto spacy model dowloader
2 years ago
Simon
19b44b1302
Add random_voice
2 years ago
Simon
3e6cc23002
Delete codesee-arch-diagram.yml
2 years ago
electro199
2ada32a84f
deleted unused
2 years ago
electro199
b6f4a2de1d
missing ()
2 years ago
electro199
7ce04d7d7f
removed the transition
2 years ago
electro199
8e19b9fb9a
Merge branch 'develop' of https://github.com/elebumm/RedditVideoMakerBot into dev
2 years ago