https://github.com/regular/liked-on-youtube
Get a meta-data pull-stream of all videos a user liked on youtube
https://github.com/regular/liked-on-youtube
Last synced: about 2 months ago
JSON representation
Get a meta-data pull-stream of all videos a user liked on youtube
- Host: GitHub
- URL: https://github.com/regular/liked-on-youtube
- Owner: regular
- Created: 2015-09-14T14:03:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-17T18:57:18.000Z (over 10 years ago)
- Last Synced: 2025-08-23T10:04:35.963Z (8 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# liked-on-youtube
get a meta-data pull-stream of all videos a user liked on youtube (browser & node)
## Usage
``` js
var pull = require('pull-stream');
var liked = require('liked-on-youtube')('YOUR-API-KEY');
pull(
liked('USER-ID'),
pull.log()
);
```
Youtube UserIds actually are ChannelIds. See [this video](https://www.youtube.com/watch?v=b-8TWt32USs) for details.
See [Dominic Tarr's pull-stream](https://github.com/dominictarr/pull-stream) for more details about pull-streams.
## License
MIT