Switch to youtube API (#191)

* Switch to youtube API

* Fix test failures

* Minor fix
This commit is contained in:
Vishnunarayan K I
2018-01-06 18:28:36 +05:30
committed by Ritiek Malhotra
parent 57055eb65d
commit 4d664956cd
5 changed files with 43 additions and 49 deletions

View File

@@ -137,6 +137,8 @@ optional arguments:
prefered output extension .mp3 or .m4a (AAC) (default:
.mp3)
-d, --dry-run Show only track title and YouTube URL (default: False)
-mo, --music-videos-only
Search only for music on Youtube (default: False)
-ll {INFO,WARNING,ERROR,DEBUG}, --log-level {INFO,WARNING,ERROR,DEBUG}
set log verbosity (default: INFO)
```