You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/hypeauditor/actions/get-youtube-report/get-youtube-report.mjs
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3,30 +3,33 @@ import hypeauditor from "../../hypeauditor.app.mjs";
3
3
exportdefault{
4
4
key: "hypeauditor-get-youtube-report",
5
5
name: "Get YouTube Report",
6
-
description: "Generates a comprehensive YouTube report for a specified channel. [See the documentation]()",
7
-
version: "0.0.{{ts}}",
6
+
description: "Generates a comprehensive YouTube report for a specified channel. [See the documentation](https://hypeauditor.readme.io/reference/report_youtube)",
Copy file name to clipboardExpand all lines: components/hypeauditor/hypeauditor.app.mjs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ export default {
12
12
youtubeFeatures: {
13
13
type: "string",
14
14
label: "Features List",
15
-
description: "Optional list of features to include in the YouTube report. [See the documentation](https://hypeauditor.readme.io/reference/get_report_youtube) for more information.",
15
+
description: "Optional list of features to include in the YouTube report. [See the documentation](https://hypeauditor.readme.io/reference/report_youtube) for more information.",
0 commit comments