Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Output format profiles #7

Merged
merged 15 commits into from
Sep 22, 2024
Merged

Added Output format profiles #7

merged 15 commits into from
Sep 22, 2024

Conversation

j54j6
Copy link
Owner

@j54j6 j54j6 commented Sep 22, 2024

This PR adds the ability to add profiles for custom output formats

Added possibility to alter tables and add columns based on the db scheme
Added a fallback format if db fails...
Added default file format profiles for
"best video"
"mp4 with 1080p"
"mp4 with 360p"
"mp4 with 240p"
Added new db column "output_format". This column can contain file profile names. All videos are downloaded with the formats listed inside this column (multiple possible)
Added value "row_exist_value" - to determine if a specified default row alreay exist inside the database table. if not new rows are now added
YT_DLP requirement min. 8.6
Added mp3 profile
- Changed to arg.parse for CLI
- Added output-format functionality
-
Moved profile format stuff to own table (formats.json)
Added new table that holds all output format information
Added profile format capabilities
Added format profile info
@j54j6 j54j6 merged commit 136c6ca into master Sep 22, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant