All Projects β†’ cdown β†’ Yturl

cdown / Yturl

Licence: other
YouTube videos on the command line

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Yturl

Youtube Dl Android
πŸ“¦πŸ“¦Video downloader for Android - Download videos from Youtube, Facebook, Twitter, Instagram, Dailymotion, Vimeo and more than 1000 other sites
Stars: ✭ 322 (+47.71%)
Mutual labels:  video-downloader, youtube-dl, youtube-downloader, youtube
video-dl
Video Downloader πŸ“₯ - Download Facebook Video and Youtube Video and Audio.
Stars: ✭ 13 (-94.04%)
Mutual labels:  youtube-video, youtube-dl, video-downloader, youtube-downloader
Node Ytdl Core
YouTube video downloader in javascript.
Stars: ✭ 3,004 (+1277.98%)
Mutual labels:  video-downloader, youtube-downloader, youtube
Youtube Music
YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)
Stars: ✭ 376 (+72.48%)
Mutual labels:  youtube-dl, youtube-downloader, youtube
Dvd
Download videos from anywhere
Stars: ✭ 114 (-47.71%)
Mutual labels:  video-downloader, youtube-dl, youtube-downloader
Node Youtube Dl
youtube-dl driver for node
Stars: ✭ 1,692 (+676.15%)
Mutual labels:  video-downloader, youtube-downloader, youtube
ypc
Convert text/spotify/deezer albums/playlists to youtube urls and audio/video files.
Stars: ✭ 17 (-92.2%)
Mutual labels:  youtube, youtube-dl, youtube-downloader
Downzemall
DownZemAll! is a download manager for Windows, MacOS and Linux
Stars: ✭ 157 (-27.98%)
Mutual labels:  video-downloader, youtube-dl, youtube-downloader
YouTube-Downloader
An easy-to-use, YouTube video downloader, without pesky ads or malware.
Stars: ✭ 22 (-89.91%)
Mutual labels:  youtube, youtube-dl, youtube-downloader
Youtube Dl Gui
A cross platform front-end GUI of the popular youtube-dl written in wxPython.
Stars: ✭ 7,914 (+3530.28%)
Mutual labels:  video-downloader, youtube-dl, youtube
Youtub.ly Android
An android app to download πŸ“Ή videos and songs from youtube to phone internal storage
Stars: ✭ 17 (-92.2%)
Mutual labels:  youtube-dl, youtube-downloader, youtube
Firedm
python open source (Internet Download Manager) with multi-connections, high speed engine, based on python, LibCurl, and youtube_dl https://github.com/firedm/FireDM
Stars: ✭ 977 (+348.17%)
Mutual labels:  youtube-dl, youtube-downloader, youtube
mpv-youtube-download
A userscript for MPV that allows you to download youtube audio and video with one key press πŸ’Ύ
Stars: ✭ 16 (-92.66%)
Mutual labels:  youtube, youtube-dl, youtube-downloader
ytqck.github.io
YouTube quick ⚑ Search and Download Music for Free.
Stars: ✭ 18 (-91.74%)
Mutual labels:  youtube, youtube-dl, youtube-downloader
Fast Youtube To Mp3 Converter Api
Very Fast YouTube to MP3 & MP4 Converter API
Stars: ✭ 69 (-68.35%)
Mutual labels:  video-downloader, youtube-dl, youtube-downloader
Youtube Downloader
πŸ‘ A much faster alternative to youtube-dl built for PHP applications. Working as of 2021-02-27
Stars: ✭ 474 (+117.43%)
Mutual labels:  youtube-dl, youtube-downloader, youtube
android-browser-downloader
🌎 Android Browser - Video Downloader - This repository is deprecated. Please check out new version of this project at: https://github.com/cuongpm/youtube-dl-android
Stars: ✭ 34 (-84.4%)
Mutual labels:  youtube-dl, video-downloader, youtube-downloader
flutter youtube downloader
A Flutter Youtube and Video Downloader
Stars: ✭ 19 (-91.28%)
Mutual labels:  youtube-dl, video-downloader, youtube-downloader
Smd
Spotify Music Downloader
Stars: ✭ 822 (+277.06%)
Mutual labels:  youtube-dl, youtube-downloader, youtube
Node Ytdl
Command line youtube video downloader.
Stars: ✭ 986 (+352.29%)
Mutual labels:  video-downloader, youtube-downloader, youtube

|travis| |lgtm| |coveralls| |libraries|

.. |travis| image:: https://img.shields.io/travis/cdown/yturl/develop.svg?label=tests :target: https://travis-ci.org/cdown/yturl :alt: Tests

.. |lgtm| image:: https://img.shields.io/lgtm/grade/python/github/cdown/yturl.svg?label=code%20quality :target: https://lgtm.com/projects/g/cdown/yturl/overview/ :alt: LGTM

.. |coveralls| image:: https://img.shields.io/coveralls/cdown/yturl/develop.svg?label=test%20coverage :target: https://coveralls.io/github/cdown/yturl?branch=develop :alt: Coverage

.. |libraries| image:: https://img.shields.io/librariesio/github/cdown/yturl.svg?label=dependencies :target: https://libraries.io/github/cdown/yturl :alt: Dependencies

As of 2020, yturl is unmaintained and unsupported. Users are suggested to migrate to youtube-dl.

yturl gets direct media URLs to YouTube media, freeing you having to view them in your browser.

yturl is still maintained, but is pretty much "done". Outside of changes to match YouTube API changes, bug fixes, and support for newer Python versions, development is complete.

Usage

By default, yturl prints the media URL to standard output.

::

$ yturl 'http://www.youtube.com/watch?v=8TCxE0bWQeQ'
Using itag 43.
http://r2---sn-uphxqvujvh-30al.googlevideo.com/videoplayback?source=[...]

You can use this URL in the media player of your choice. For media players that can be launched from the command line, this typically means that you can do something like the following to watch it in your preferred player:

::

$ <your-preferred-player> "$(yturl 'http://www.youtube.com/watch?v=8TCxE0bWQeQ')"

There is also a -q option for controlling the quality (for example -q high), see :code:yturl --help for more information.

Installation

To install the latest stable version from PyPi:

.. code::

$ pip install -U yturl

To install the latest development version directly from GitHub:

.. code::

$ pip install -U git+https://github.com/cdown/[email protected]

Testing

.. code::

$ pip install tox
$ tox
..........
----------------------------------------------------------------------
Ran 10 tests in 4.088s
OK
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].