Tools for downloading mp3 from YouTube subscription and playlists.
Project description
Program to automatic download any types of files from Internet.
Description
YTRSS is a program that checks defined sources and downloads a movie or sound files from them and arrange them to podcast files. It can be highly configured with many plugins that add any other destinations.
The program in basic version use youtube_dl script to download files, so it cooperates with all services implements by this library. However user can extends this capabilities by his own custom plugins with external Downloaders.
Installation
The installation can be carried out in two ways. You can download packages from PyPi repository or install it from sources.
For installation from PyPi you can use pip program. It is likely that you must use pip3 instead pip.
pip install ytrss
You can also use source from github repository to install ytrss. To make that download code and invoke command:
python setup.py install
To checking the installation you can use to call ytrss. Unittest can be also helpful with verification.
Unit test
ytrss have a few unittest that you can use to checking code correctness. You can call it from setup.py file or using ytrss.tests module after installation. Check one of below command and try it yourself.
python setup.py test
python -m ytrss.tests
Other information
For more information about installation, configuration and bash completion read the documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ytrss-0.3.5.tar.gz
.
File metadata
- Download URL: ytrss-0.3.5.tar.gz
- Upload date:
- Size: 41.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae0d5f3d44e130086a29f80f01d1d1cf45196c38340895ce3e92837486480f2e |
|
MD5 | 7156404a72df007db4eedd1f455e0c56 |
|
BLAKE2b-256 | e0c7a96625fe9c96bdb2f753b2da55bbca2bbc7f2fafc3d91d99290c228b6a37 |