Metadata-Version: 2.1
Name: tubex
Version: 0.2.0
Summary: Command Line Interface to download MP3 from youtube and MP4 from oreilly
Home-page: https://github.com/ricky-lim/tubex
Author: Ricky Lim
Author-email: rlim.email@gmail.com
License: UNKNOWN
Description: # Tubex
        
        Command Line Interface to download mp3 from youtube and mp4 from oreilly.
        
        ```
        tubex download-mp3 <youtube_playlist_url> --album <album_name> --artist <artist_name>
        tubex --username <username> --password <password> download-oreilly <oreilly_learning_url>
        ```
        
        ## Example
        ```bash
        $ pipx install tubex
        
        # Download mp3
        $ tubex download-mp3 \
            https://www.youtube.com/playlist?list=PLSdmnemG6jbv1-GRf23jwDsYWkjz7mblP \
            --album test --artist mixed
         
        # Enjoy the music (e.g using `vlc`)
        $ vlc tubex_out
        
        # Download oreilly
        $ tubex --username <username> --password <password> \
            download-oreilly https://learning.oreilly.com/videos/modern-python-livelessons/9780134743400
        
        # Enjoy learning
        $ vlc tubex_out/Modern_Python_LiveLessons_-_Big_Ideas_and_Little_Code_in_Python/
        
        
        ```
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
