Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Bumped version to avoid wrong readme on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
GilgusMaximus committed Jun 11, 2021
1 parent 6fe9ed2 commit dabc3c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Returns a list of objects containing replies from a given comment.
- videoId (String) (Required) - The video ID to grab comments from
- replyToken (String) (Required) - The reply token from a comment object of `getComments()` or the continuation string from a previous call to `getCommentReplies()`
- setCookie (Boolean) (Optional) - The flag should be set to true when cookies are not handled by your application already (e.g. Electron)
- proxy (Object) (Optional) - As seen before
- proxyData (Object) (Optional) - As seen before
```javascript
const parameters = {videoId: 'someId', replyToken: 'HSDcjasgdajwSdhAsd', setCookie: true, proxyData: null};
ytcm.getCommentReplies(parameters).then((data) =>{
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yt-comment-scraper",
"version": "5.0.0",
"version": "5.0.1",
"description": "Scrapes the comments of any YouTube video without YouTube API access. Uses the default YouTube Ajax calls to get the comment data.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit dabc3c9

Please sign in to comment.