Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
telluride_macos | 2020-10-21 | 9.7 MB | |
telluride_linux | 2020-10-20 | 9.4 MB | |
telluride.exe | 2020-10-20 | 11.9 MB | |
README.md | 2020-10-20 | 1.4 kB | |
telluride-build-3.tar.gz | 2020-10-20 | 42.1 MB | |
telluride-build-3.zip | 2020-10-20 | 44.0 MB | |
Totals: 6 Items | 117.1 MB | 0 |
Welcome to our first build of Telluride.
Telluride Cloud Video Downloader.
A portable and easy to use youtube_dl wrapper by FrostWire.
Usage
usage: telluride[.exe|_macos|_linux] [-h] [--audio-only] [--meta-only] page_url
positional arguments:
page_url The URL of the page that hosts the video you need to
backup locally
optional arguments:
-h, --help show this help message and exit
--audio-only, -a Downloads the video and keeps only a separate audio file
usually a .mp3. (requires ffmpeg installed in the system)
--meta-only, -m Prints a JSON dictionary with all the metadata available
on the video file found in the page_url. Does not download
the video file
build 3 - oct/20/2020
- configure.sh to setup and upgrade all build dependencies for windows, macos, linux
- build.sh builds telluride binaries for windows, macos, linux
- -a, --audio-only option flag to convert to mp3 if ffmpeg avaiable. strips video data from .webm if not
- -m, --meta-only option flag to print JSON with meta data about video found in URL
- Added Apache License 2.0
- python: pip 20.2.4
- python: youtube-dl 2020.9.20
- python: pycryptodome 3.9.8
- python: pyinstaller 4.0
- python: pylint 2.6.0