Skip to content

Commit

Permalink
chore(release): 0.4.5 [skip ci]
Browse files Browse the repository at this point in the history
## [0.4.5](v0.4.4...v0.4.5) (2025-01-21)
  • Loading branch information
semantic-release-bot committed Jan 21, 2025
1 parent cfea8d6 commit 28852e7
Show file tree
Hide file tree
Showing 18 changed files with 31 additions and 29 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [0.4.5](https://github.com/suzuki3jp/youtubes.js/compare/v0.4.4...v0.4.5) (2025-01-21)

## [0.4.4](https://github.com/suzuki3jp/youtubes.js/compare/v0.4.3...v0.4.4) (2025-01-21)


Expand Down
8 changes: 4 additions & 4 deletions docs/api/youtubes.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Provides utility methods for pagination.

Represents a YouTube playlist resource.

\[YouTube Data API Reference\](https://developers.google.com/youtube/v3/docs/playlists\#resource)
[YouTube Data API Reference](https://developers.google.com/youtube/v3/docs/playlists#resource)


</td></tr>
Expand All @@ -74,7 +74,7 @@ Represents a YouTube playlist resource.

A manager of playlist items belonging to a client. Provides methods for `/youtube/v3/playlistItems`

\[YouTube Data API Reference\](https://developers.google.com/youtube/v3/docs/playlistItems)
[YouTube Data API Reference](https://developers.google.com/youtube/v3/docs/playlistItems)


</td></tr>
Expand All @@ -87,7 +87,7 @@ A manager of playlist items belonging to a client. Provides methods for `/youtub

Manager for playlist endpoints. Provides methods for `/youtube/v3/playlists`<!-- -->.

\[YouTube Data API Reference\](https://developers.google.com/youtube/v3/docs/playlists)
[YouTube Data API Reference](https://developers.google.com/youtube/v3/docs/playlists)


</td></tr>
Expand All @@ -111,7 +111,7 @@ An OAuth provider that doesn't refresh the token

Presents the thumbnails of the video or the playlist.

\[YouTube Data API Reference\](https://developers.google.com/youtube/v3/docs/thumbnails)
[YouTube Data API Reference](https://developers.google.com/youtube/v3/docs/thumbnails)


</td></tr>
Expand Down
4 changes: 2 additions & 2 deletions docs/api/youtubes.js.pagination.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Fetches all pages data. - \*\*NOTE\*\*: This method may consume unnecessary quot

</td><td>

Fetches the next page. - \*\*NOTE\*\*: This method will use the same quotas as the original request. - Normally, GET requests use a quota of 1 unit, while other methods use 50 units. - However, some heavy methods use more than 50 units. - See more details on the \[YouTube Data API reference\](https://developers.google.com/youtube/v3/determine\_quota\_cost)
Fetches the next page. - \*\*NOTE\*\*: This method will use the same quotas as the original request. - Normally, GET requests use a quota of 1 unit, while other methods use 50 units. - However, some heavy methods use more than 50 units. - See more details on the [YouTube Data API reference](https://developers.google.com/youtube/v3/determine_quota_cost)


</td></tr>
Expand All @@ -184,7 +184,7 @@ Fetches the next page. - \*\*NOTE\*\*: This method will use the same quotas as t

</td><td>

Fetches the previous page. - \*\*NOTE\*\*: This method will use the same quotas as the original request. - Normally, GET requests use a quota of 1 unit, while other methods use 50 units. - However, some heavy methods use more than 50 units. - See more details on the \[YouTube Data API reference\](https://developers.google.com/youtube/v3/determine\_quota\_cost)
Fetches the previous page. - \*\*NOTE\*\*: This method will use the same quotas as the original request. - Normally, GET requests use a quota of 1 unit, while other methods use 50 units. - However, some heavy methods use more than 50 units. - See more details on the [YouTube Data API reference](https://developers.google.com/youtube/v3/determine_quota_cost)


</td></tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/youtubes.js.pagination.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Pagination.next() method

Fetches the next page. - \*\*NOTE\*\*: This method will use the same quotas as the original request. - Normally, GET requests use a quota of 1 unit, while other methods use 50 units. - However, some heavy methods use more than 50 units. - See more details on the \[YouTube Data API reference\](https://developers.google.com/youtube/v3/determine\_quota\_cost)
Fetches the next page. - \*\*NOTE\*\*: This method will use the same quotas as the original request. - Normally, GET requests use a quota of 1 unit, while other methods use 50 units. - However, some heavy methods use more than 50 units. - See more details on the [YouTube Data API reference](https://developers.google.com/youtube/v3/determine_quota_cost)

**Signature:**

Expand Down
2 changes: 1 addition & 1 deletion docs/api/youtubes.js.pagination.prev.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Pagination.prev() method

Fetches the previous page. - \*\*NOTE\*\*: This method will use the same quotas as the original request. - Normally, GET requests use a quota of 1 unit, while other methods use 50 units. - However, some heavy methods use more than 50 units. - See more details on the \[YouTube Data API reference\](https://developers.google.com/youtube/v3/determine\_quota\_cost)
Fetches the previous page. - \*\*NOTE\*\*: This method will use the same quotas as the original request. - Normally, GET requests use a quota of 1 unit, while other methods use 50 units. - However, some heavy methods use more than 50 units. - See more details on the [YouTube Data API reference](https://developers.google.com/youtube/v3/determine_quota_cost)

**Signature:**

Expand Down
2 changes: 1 addition & 1 deletion docs/api/youtubes.js.playlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Represents a YouTube playlist resource.

\[YouTube Data API Reference\](https://developers.google.com/youtube/v3/docs/playlists\#resource)
[YouTube Data API Reference](https://developers.google.com/youtube/v3/docs/playlists#resource)

**Signature:**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Retrieves a list of playlist items by a playlist ID.

- The operation uses 1 quota unit.

\[YouTube Data API Reference\](https://developers.google.com/youtube/v3/docs/playlistItems/list)
[YouTube Data API Reference](https://developers.google.com/youtube/v3/docs/playlistItems/list)

**Signature:**

Expand Down
4 changes: 2 additions & 2 deletions docs/api/youtubes.js.playlistitemmanager.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

A manager of playlist items belonging to a client. Provides methods for `/youtube/v3/playlistItems`

\[YouTube Data API Reference\](https://developers.google.com/youtube/v3/docs/playlistItems)
[YouTube Data API Reference](https://developers.google.com/youtube/v3/docs/playlistItems)

**Signature:**

Expand Down Expand Up @@ -96,7 +96,7 @@ Retrieves a list of playlist items by a playlist ID.

- The operation uses 1 quota unit.

\[YouTube Data API Reference\](https://developers.google.com/youtube/v3/docs/playlistItems/list)
[YouTube Data API Reference](https://developers.google.com/youtube/v3/docs/playlistItems/list)


</td></tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/youtubes.js.playlistmanager.create.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Creates a playlist.

- This operation uses 50 quota units. - There is a limit of approximately 10 playlists per day for creation. - For more details, see the issue: https://issuetracker.google.com/issues/255216949

\[YouTube Data API Reference\](https://developers.google.com/youtube/v3/docs/playlists/insert)
[YouTube Data API Reference](https://developers.google.com/youtube/v3/docs/playlists/insert)

**Signature:**

Expand Down
2 changes: 1 addition & 1 deletion docs/api/youtubes.js.playlistmanager.deletebyid.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Deletes a playlist by its ID.

- This operation uses 50 quota units.

\[YouTube Data API Reference\](https://developers.google.com/youtube/v3/docs/playlists/delete)
[YouTube Data API Reference](https://developers.google.com/youtube/v3/docs/playlists/delete)

**Signature:**

Expand Down
2 changes: 1 addition & 1 deletion docs/api/youtubes.js.playlistmanager.getbychannelid.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Fetches the playlists of a channel by its ID.

- This operation uses 1 quota unit. - Retrieves all playlists when given an authenticated user's channel ID. Otherwise, only public playlists are accessible.

\[YouTube Data API Reference\](https://developers.google.com/youtube/v3/docs/playlists/list)
[YouTube Data API Reference](https://developers.google.com/youtube/v3/docs/playlists/list)

**Signature:**

Expand Down
2 changes: 1 addition & 1 deletion docs/api/youtubes.js.playlistmanager.getbyids.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Fetches a playlist by its ID.

- This operation uses 1 quota unit. - Note: The YouTube API returns empty data instead of an error when a playlist with the specified ID is not found.

\[YouTube Data API Reference\](https://developers.google.com/youtube/v3/docs/playlists/list)
[YouTube Data API Reference](https://developers.google.com/youtube/v3/docs/playlists/list)

**Signature:**

Expand Down
2 changes: 1 addition & 1 deletion docs/api/youtubes.js.playlistmanager.getmine.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Fetches the playlists owned by the authenticated user.

- This operation uses 1 quota unit.

\[YouTube Data API Reference\](https://developers.google.com/youtube/v3/docs/playlists/list)
[YouTube Data API Reference](https://developers.google.com/youtube/v3/docs/playlists/list)

**Signature:**

Expand Down
14 changes: 7 additions & 7 deletions docs/api/youtubes.js.playlistmanager.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Manager for playlist endpoints. Provides methods for `/youtube/v3/playlists`<!-- -->.

\[YouTube Data API Reference\](https://developers.google.com/youtube/v3/docs/playlists)
[YouTube Data API Reference](https://developers.google.com/youtube/v3/docs/playlists)

**Signature:**

Expand Down Expand Up @@ -80,7 +80,7 @@ Creates a playlist.

- This operation uses 50 quota units. - There is a limit of approximately 10 playlists per day for creation. - For more details, see the issue: https://issuetracker.google.com/issues/255216949

\[YouTube Data API Reference\](https://developers.google.com/youtube/v3/docs/playlists/insert)
[YouTube Data API Reference](https://developers.google.com/youtube/v3/docs/playlists/insert)


</td></tr>
Expand All @@ -98,7 +98,7 @@ Deletes a playlist by its ID.

- This operation uses 50 quota units.

\[YouTube Data API Reference\](https://developers.google.com/youtube/v3/docs/playlists/delete)
[YouTube Data API Reference](https://developers.google.com/youtube/v3/docs/playlists/delete)


</td></tr>
Expand All @@ -116,7 +116,7 @@ Fetches the playlists of a channel by its ID.

- This operation uses 1 quota unit. - Retrieves all playlists when given an authenticated user's channel ID. Otherwise, only public playlists are accessible.

\[YouTube Data API Reference\](https://developers.google.com/youtube/v3/docs/playlists/list)
[YouTube Data API Reference](https://developers.google.com/youtube/v3/docs/playlists/list)


</td></tr>
Expand All @@ -134,7 +134,7 @@ Fetches a playlist by its ID.

- This operation uses 1 quota unit. - Note: The YouTube API returns empty data instead of an error when a playlist with the specified ID is not found.

\[YouTube Data API Reference\](https://developers.google.com/youtube/v3/docs/playlists/list)
[YouTube Data API Reference](https://developers.google.com/youtube/v3/docs/playlists/list)


</td></tr>
Expand All @@ -152,7 +152,7 @@ Fetches the playlists owned by the authenticated user.

- This operation uses 1 quota unit.

\[YouTube Data API Reference\](https://developers.google.com/youtube/v3/docs/playlists/list)
[YouTube Data API Reference](https://developers.google.com/youtube/v3/docs/playlists/list)


</td></tr>
Expand All @@ -170,7 +170,7 @@ Updates a playlist by its ID.

- This operation uses 50 quota units. - \[If you are submitting an update request, and your request does not specify a value for a property that already has a value, the property's existing value will be deleted.\](https://developers.google.com/youtube/v3/docs/playlists/update\#request-body) - For example, when updating a playlist that has a description set, if you don't specify the `description`<!-- -->, it will be set to an empty string. - However, for the `privacy` property, it seems to remain unchanged if not specified.

\[YouTube Data API Reference\](https://developers.google.com/youtube/v3/docs/playlists/update)
[YouTube Data API Reference](https://developers.google.com/youtube/v3/docs/playlists/update)


</td></tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/youtubes.js.playlistmanager.updatebyid.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Updates a playlist by its ID.

- This operation uses 50 quota units. - \[If you are submitting an update request, and your request does not specify a value for a property that already has a value, the property's existing value will be deleted.\](https://developers.google.com/youtube/v3/docs/playlists/update\#request-body) - For example, when updating a playlist that has a description set, if you don't specify the `description`<!-- -->, it will be set to an empty string. - However, for the `privacy` property, it seems to remain unchanged if not specified.

\[YouTube Data API Reference\](https://developers.google.com/youtube/v3/docs/playlists/update)
[YouTube Data API Reference](https://developers.google.com/youtube/v3/docs/playlists/update)

**Signature:**

Expand Down
2 changes: 1 addition & 1 deletion docs/api/youtubes.js.thumbnails.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Presents the thumbnails of the video or the playlist.

\[YouTube Data API Reference\](https://developers.google.com/youtube/v3/docs/thumbnails)
[YouTube Data API Reference](https://developers.google.com/youtube/v3/docs/thumbnails)

**Signature:**

Expand Down
4 changes: 2 additions & 2 deletions 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,7 +1,7 @@
{
"name": "youtubes.js",
"description": "A JavaScript client for YouTube Data API v3.",
"version": "0.4.4",
"version": "0.4.5",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
Expand Down

0 comments on commit 28852e7

Please sign in to comment.