Metadata-Version: 2.1
Name: youtube2ipfs
Version: 0.1
Summary: Download videos from YouTube (and similar video platforms) and add them to IPFS.
Home-page: https://github.com/dokterbob/youtube2ipfs
Author: Mathijs de Bruin
Author-email: mathijs@mathijsfietst.nl
License: UNKNOWN
Description: # youtube2ipfs
        Download videos from YouTube (and similar video platforms) and add them to IPFS.
        
        Based on [youtube-dl](https://ytdl-org.github.io/youtube-dl/) and [py-ipfs-http-client](https://github.com/ipfs-shipyard/py-ipfs-http-client).
        
        ## Requirements
        * [ffmpeg](https://www.ffmpeg.org/)
        * [Python 3.8 or later](https://www.python.org/downloads/)
        * [go-ipfs 0.7](https://dist.ipfs.io/go-ipfs/v0.7.0) (0.8 not yet supported by py-ipfs-http-client)
        
        ## Installation
        ```sh
        pip install youtube2ipfs
        ```
        
        ## Usage
        First, make sure you have an IPFS node running. Then:
        
        ```sh
        youtube2ipfs -v https://www.youtube.com/watch?v=FHH6hIc2GyE
        ```
        
        It accepts multiple URL's, as well as
        
        ## Workaround for using IPFS 0.8
        Manually install a forked py-ipfs-http-client with go-ipfs version detection disabled:
        
        ```sh
        pip install git+https://github.com/dokterbob/py-ipfs-http-client.git
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
