hlfw.ca

ytcli

Download patch

ref: e26969adfcd159a8166c72d69e925800f1e19de1
parent: a822006241afdc9ba12d93cc60d2385ae62fba57
author: halfwit <halfwit@hlfw.ca>
date: Thu Aug 22 16:27:20 PDT 2024

Update to match new URL

--- a/README.md
+++ b/README.md
@@ -14,53 +14,13 @@
 
 ## Building: 
 
-	`go get github.com/halfwit/ytcli`
+	`go get hlfw.ca/cli/ytcli`
 
 ## Installation:
 
-	`go install github.com/halfwit/ytcli`
+	`go install hlfw.ca/ytcli`
 	
-
-Requests:
-
-```
-# Usage
- ytcli [ -trpucf ] [ -a apikey ] KEYWORD
-	
-# Search for a list of videos matching string
-ytcli <query>
-
-# Search for videos related to url
-ytcli -r 'https://youtube.com/someurl'
-
-# Search for playlists matching strings
-ytcli -p <query>
-
-# List of videos by user
-ytcli -u <user name>
-
-# List of playlists by user
-ytcli -u -p <user name>
-
-# List of videos by channel
-ytcli -c <channel name>
-
-# List of playlists by channel
-ytcli -c -p <channel name>
-
-# Link to channels' RSS feed
-ytcli -f <channel name>
-
-# Normally ytcli will query the factotum for an API key (this requires plan9port, plan9, etc)
-# To set a key explicitely:
-ytcli -a myapikey
-
-# Include thumbnails
--t 
-
-```
-
-# API Keys
+## API Keys
 
 1. Navigate to https://console.developers.google.com/apis/credentials (log in with your Google account if required) 
 2. Create a new project, labelled `ytcli`