Metadata-Version: 2.1
Name: youtube-curses
Version: 0.1
Summary: YouTube browser built with ncurses
Home-page: https://github.com/mvrozanti/youtube-curses
Author: Marcelo V. Rozanti
Author-email: mvrozanti@hotmail.com
License: UNKNOWN
Description: # youtube-curses
        
        # Usage
        
        ![demo](https://i.giphy.com/media/Wq3S8l6kjUto3LS9l3/source.gif)
        This is a simple youtube browser / streamlink frontend made with python and ncurses inspired by [twitch-curses](https://github.com/mvrozanti/twitch-curses).
        
        ## Install
        - `pip install youtube-curses`
        
        ## Features
        
        - [ ] Download with `youtube-dl`
        - [X] List subscriptions
        - [X] Search for content (prompt user)
        - [ ] Get "recommended videos" (how tho?)
        - [ ] Change sorting order
        - [X] Like/Dislike bar
        - [ ] Show video length
        - [ ] Show upload date
        - [ ] Show channel's subscriber count
        - [ ] Show view count
        - [ ] Show description
        - [ ] Show video/channel category
        - [ ] Change subscription state of selected channel or video's channel
        - [ ] Configurable keymap
        - [ ] Credentials argument
        - [X] Logfile argument
        - [X] [ranger](https://github.com/ranger/ranger)-like thumbnail preview
          - [ ] needs testing
        - [ ] Animated loading symbols
        - [ ] Comment section abilities
          - [ ] Show comment section
          - [ ] Show comment count
          - [ ] Order comment section by either *Top comments* or *Newest first*
          - [ ] Comment on video
          - [ ] Reply to comment
        - [ ] Move between different pages
          - [ ] Home / Recommended
          - [ ] Popular
          - [ ] Trending
          - [ ] Subscriptions
          - [ ] Watch later
          - [ ] Favorites
          - [ ] Playlists
          - [ ] Specific channel's videos
        - [ ] Interact with video
          - [ ] Turn notifications on or off
          - [ ] Like/Dislike
          - [ ] Save as (watch later/favorites/existing playlist/new playlist)
          - [ ] Share link (at current time or not)
          - [ ] Report
        - [ ] Cached elements / internal database (?) for faster bootup
          - [ ] Video information such as thumbnails, channel, link and title
        
        # Requirements
        
        - install [streamlink](https://github.com/streamlink/streamlink)
          - `sudo pacman -S streamlink` on Arch
          - optionally create `~/.streamlinkrc` file if you want to use a specific video player
        - install requirements with `pip install --user -r requirements.txt`
        - [follow this guide to get your credentials](https://developers.google.com/youtube/v3/getting-started)
          - don't forget to download your `client_secret.json`
        
        ## License
        
        [WTFPL](https://gitlab.com/corbie/twitch-curses/blob/master/LICENSE)
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
