https://github.com/simonbs/alfred-youtube-workflow
A workflow for Alfred 2.0 which lets the user search for YouTube videos and have them returned to Alfred.
https://github.com/simonbs/alfred-youtube-workflow
Last synced: over 1 year ago
JSON representation
A workflow for Alfred 2.0 which lets the user search for YouTube videos and have them returned to Alfred.
- Host: GitHub
- URL: https://github.com/simonbs/alfred-youtube-workflow
- Owner: simonbs
- Archived: true
- Created: 2013-01-13T18:44:37.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-08-19T06:01:13.000Z (almost 6 years ago)
- Last Synced: 2024-10-30T12:48:21.035Z (over 1 year ago)
- Language: Python
- Size: 62.5 KB
- Stars: 54
- Watchers: 7
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
YouTube Workflow for Alfred 2.0
======
⚠️ YouTube's API have changed since I first developed the workflow and the workflow have not been modified to use the updated API.
A workflow for Alfred 2.0 which lets the user search for YouTube videos and have them returned to Alfred.

Usage
======
Typing `youtube` followed by a search query will show the results for the query. For example, `youtube rebecca black` will search for Rebecca Black videos.
Commands
=====
Below is a list of the commands that the workflow provides. Parameters in brackets are required.
- **youtube (query)** or **yt s|search (query)** or **yt (query)** Searches YouTube for videos matching the query.
- **yt c|channels (query)** Seaches for channels.
- **yt cv|channelvideos (query)** Shows videos for the specified channel.
- **yt toprated** Shows the top rated videos.
- **yt topfavorited** Shows the most favorited videos.
- **yt mostviewed** Shows the most viewed videos.
- **yt mostpopular** Shows the most popular videos.
- **yt mostrecent** Shows the most recent videos.
- **yt mostdiscussed** Shows the most discussed videos.
- **yt mostresponded** Shows the videos with most responds.
- **yt recentlyfeatured** Shows videos which have recently been featured.
If you find yourself having a hard time remembering the commands, remember that they will show up in autocompletion if you type *yt*.
About
=====
This workflow is developed by [@simonbs](http://twitter.com/simonbs)