Skip to main content

Youtube Filesystem for PyFilsystem2

Project description

https://badge.fury.io/py/fs.youtube.svg https://travis-ci.org/media-proxy/fs.youtube.svg?branch=master https://api.codacy.com/project/badge/Grade/c8331c97a4054df88cc79878c615cdb2 https://codecov.io/gh/media-proxy/fs.youtube/branch/master/graph/badge.svg https://pyup.io/repos/github/media-proxy/fs.youtube/shield.svg

A PyFilesystem2 implementation for accessing YouTube Videos and Playlists

Installation

Install directly from PyPI, using pip:

pip install fs.youtube

Usage

Opener

Use fs.open_fs to open a filesystem with an Youtube FS URL:

import fs
yt_fs = fs.open_fs('youtube://youtubeplaylistid')

The opener can use either use the YouTube Playlist ID or the whole Youtube URL.

Also Single Youtube Videos are supported.

Constructor

import fs.youtube
yt_fs = fs.youtube.YoutubeFS(
        url, playlist=True, seekable=True
        )

with each argument explained below:

url The Playlist/Video URL or simly use the YouTube ID

playlist If the ID or URL is one Video only, set this to False

seekable Use a seekable implementation to move inside the videofile.

Once created, the YoutubeFS filesystem behaves like any other filesystem (see the Pyfilesystem2 documentation).

Feedback

Found a bug ? Have an enhancement request ? Head over to the GitHub issue tracker of the project if you need to report or ask something. If you are filling in on a bug, please include as much information as you can about the issue, and try to recreate the same bug in a simple, easily reproductible situation.

See also

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fs.youtube-0.2.4.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

fs.youtube-0.2.4-py2.py3-none-any.whl (7.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page