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
description: "File a bug report to help us improve"
3
+
title: "[BUG]: "
4
+
labels: ["bug", "triage"]
5
+
assignees: []
6
+
body:
7
+
- type: markdown
8
+
attributes:
9
+
value: |
10
+
Before posting, please check :
11
+
12
+
1. Check if a similar [issue](https://github.com/Fred-Vatin/run-yt-dlp-from-browser/issues) has already been posted.
13
+
2. Run ***yt-download.ps1*** `-version` [Wiki](https://github.com/Fred-Vatin/run-yt-dlp-from-browser/wiki/TIPS:-Run-the-script-as-a-command-from-everywhere).
14
+
15
+
Thanks for your help !
16
+
- type: input
17
+
id: versionPS
18
+
attributes:
19
+
label: yt-download.ps1 Version
20
+
description: Run "yt-download.ps1 -version"
21
+
placeholder: 2.5.0
22
+
validations:
23
+
required: true
24
+
regex: '^\d+\.\d+\.\d+'
25
+
- type: input
26
+
id: versionJS
27
+
attributes:
28
+
label: UserScript Version
29
+
description: Check `yt-dlp` in the Tampermonkey dashboard
30
+
placeholder: 2.0.0
31
+
validations:
32
+
required: false
33
+
regex: '^\d+\.\d+\.\d+'
34
+
- type: textarea
35
+
id: reproduction
36
+
attributes:
37
+
label: Steps to Reproduce
38
+
description: Share the steps required to reproduce the behavior.
0 commit comments