Giter Site home page Giter Site logo

my-ytdl's Introduction

my-ytdl

bash-wrapper for youtube-dl; with support for parallelization of downloads

Use: download_from_youtube.sh [options]...
See also config file, which name should be ./download_from_youtube.conf
-m|--mode       should be ASK|BEST|WORST|BAUDIO it's about type|quality of content which'll be downloaded;
                Default: BEST; Case insensitive;
-u|--urls       Should be double-quoted string of whitespace separated url, one or more url;
-d|--dop        Degree of parallelism of download; That is: how many download should be run simultaneously;
                Maximum allowed value: 8; Default: 2;
-r|--retry      download_from_youtube.sh makes script-file with youtube-dl statements, for downloading video for you,
                by urls which you provide;
                In case youtube-dl download(s) hanged, while working, and you cancel it by ctrl-c or somehow,
                you can ask download_from_youtube.sh to retry to execute the script-file with help of -r|--retry options;
##############################################################################################################
About parameter in config-file:
SAVEDIR         Folder for files of downloaded contents;
LOG_FILE        Full-path of log file;
DEBUG           1: do debug output; Any other value - do not debug output;
URLS_LIST       File with url, one url in one line
BEST_PROFILE    Set of youtube-dl for download content with best quality of media, f.e.: "--no-progress --no-warnings -f best --restrict-filenames"
WORST_PROFILE   Set of youtube-dl for download content with best quality of media, f.e.: "--no-progress --no-warnings -f worst --restrict-filenames"
YOUTUBEDL       Full-path to the youtube-dl utility
SCRIPT          Full-path to file where youtube-dl statement(s) will be placed
LINES_LIMIT     Limit for amount of string-lines in log file;
DOP             Degree of parallelism of download; That is: how many download should be run simultaneously;
                Maximum allowed value: 8; Default: 2;

my-ytdl's People

Contributors

maksimivanovperm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.