|
43 | 43 | <%- if (!$enabled_services || $enabled_services.include?("youtube")) && ENV["GOOGLE_API_KEY"] -%> |
44 | 44 | <form class="input-group" method="get" action="youtube"> |
45 | 45 | <span class="input-group-text"><label for="youtube_q">YouTube</label></span> |
46 | | - <input class="form-control" type="search" name="q" id="youtube_q" placeholder="Enter a YouTube channel name, channel id, or a url to a channel or video." required> |
| 46 | + <input class="form-control" type="search" name="q" id="youtube_q" placeholder="Enter a YouTube channel name, channel id, or a url to a channel or video." spellcheck="false" required> |
47 | 47 | <input class="btn btn-primary" type="submit" value="Get RSS Feed"> |
48 | 48 | </form> |
49 | 49 | <%- end -%> |
50 | 50 |
|
51 | 51 | <%- if (!$enabled_services || $enabled_services.include?("vimeo")) && ENV["VIMEO_ACCESS_TOKEN"] -%> |
52 | 52 | <form class="input-group" method="get" action="vimeo"> |
53 | 53 | <span class="input-group-text"><label for="vimeo_q">Vimeo</label></span> |
54 | | - <input class="form-control" type="search" name="q" id="vimeo_q" placeholder="Enter a Vimeo channel name, video id, or a url to a channel or video." required> |
| 54 | + <input class="form-control" type="search" name="q" id="vimeo_q" placeholder="Enter a Vimeo channel name, video id, or a url to a channel or video." spellcheck="false" required> |
55 | 55 | <input class="btn btn-primary" type="submit" value="Get RSS Feed"> |
56 | 56 | </form> |
57 | 57 | <%- end -%> |
58 | 58 |
|
59 | 59 | <%- if !$enabled_services || $enabled_services.include?("instagram") -%> |
60 | 60 | <form class="input-group" method="get" action="instagram"> |
61 | 61 | <span class="input-group-text"><label for="instagram_q">Instagram</label></span> |
62 | | - <input class="form-control" type="search" name="q" id="instagram_q" placeholder="Enter an Instagram username or a url to a user or post." required> |
| 62 | + <input class="form-control" type="search" name="q" id="instagram_q" placeholder="Enter an Instagram username or a url to a user or post." spellcheck="false" required> |
63 | 63 | <input class="btn btn-primary" type="submit" value="Get RSS Feed"> |
64 | 64 | </form> |
65 | 65 | <%- end -%> |
66 | 66 |
|
67 | 67 | <%- if (!$enabled_services || $enabled_services.include?("soundcloud")) && ENV["SOUNDCLOUD_CLIENT_ID"] && ENV["SOUNDCLOUD_CLIENT_SECRET"] -%> |
68 | 68 | <form class="input-group" method="get" action="soundcloud"> |
69 | 69 | <span class="input-group-text"><label for="soundcloud_q">SoundCloud</label></span> |
70 | | - <input class="form-control" type="search" name="q" id="soundcloud_q" placeholder="Enter a SoundCloud username or a url to a user or track." required> |
| 70 | + <input class="form-control" type="search" name="q" id="soundcloud_q" placeholder="Enter a SoundCloud username or a url to a user or track." spellcheck="false" required> |
71 | 71 | <button type="button" class="btn btn-secondary dropdown-toggle" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false"></button> |
72 | 72 | <div class="dropdown-menu dropdown-menu-end"> |
73 | 73 | <a class="dropdown-item" data-download target="_blank">Download track</a> |
|
80 | 80 | <%- if !$enabled_services || $enabled_services.include?("mixcloud") -%> |
81 | 81 | <form class="input-group" method="get" action="mixcloud"> |
82 | 82 | <span class="input-group-text"><label for="mixcloud_q">Mixcloud</label></span> |
83 | | - <input class="form-control" type="search" name="q" id="mixcloud_q" placeholder="Enter a Mixcloud username or a url to a user or track." required> |
| 83 | + <input class="form-control" type="search" name="q" id="mixcloud_q" placeholder="Enter a Mixcloud username or a url to a user or track." spellcheck="false" required> |
84 | 84 | <input class="btn btn-primary" type="submit" value="Get RSS Feed"> |
85 | 85 | </form> |
86 | 86 | <%- end -%> |
87 | 87 |
|
88 | 88 | <%- if (!$enabled_services || $enabled_services.include?("twitch")) && ENV["TWITCH_CLIENT_ID"] -%> |
89 | 89 | <form class="input-group" method="get" action="twitch"> |
90 | 90 | <span class="input-group-text"><label for="twitch_q">Twitch</label></span> |
91 | | - <input class="form-control" type="search" name="q" id="twitch_q" placeholder="Enter a Twitch username, a url to a user, video or game." required> |
| 91 | + <input class="form-control" type="search" name="q" id="twitch_q" placeholder="Enter a Twitch username, a url to a user, video or game." spellcheck="false" required> |
92 | 92 | <button type="button" class="btn btn-secondary dropdown-toggle" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false"></button> |
93 | 93 | <div class="dropdown-menu dropdown-menu-end"> |
94 | 94 | <%- if ENV["TWITCHTOKEN_CLIENT_ID"] -%> |
|
105 | 105 | <%- if !$enabled_services || $enabled_services.include?("speedrun") -%> |
106 | 106 | <form class="input-group" method="get" action="speedrun"> |
107 | 107 | <span class="input-group-text"><label for="speedrun_q">Speedrun</label></span> |
108 | | - <input class="form-control" type="search" name="q" id="speedrun_q" placeholder="Enter a game name or a speedrun.com url." required> |
| 108 | + <input class="form-control" type="search" name="q" id="speedrun_q" placeholder="Enter a game name or a speedrun.com url." spellcheck="false" required> |
109 | 109 | <input class="btn btn-primary" type="submit" value="Get RSS Feed"> |
110 | 110 | </form> |
111 | 111 | <%- end -%> |
112 | 112 |
|
113 | 113 | <%- if !$enabled_services || $enabled_services.include?("dailymotion") -%> |
114 | 114 | <form class="input-group" method="get" action="dailymotion"> |
115 | 115 | <span class="input-group-text"><label for="dailymotion_q">Dailymotion</label></span> |
116 | | - <input class="form-control" type="search" name="q" id="dailymotion_q" placeholder="Enter a Dailymotion channel name or a url." required> |
| 116 | + <input class="form-control" type="search" name="q" id="dailymotion_q" placeholder="Enter a Dailymotion channel name or a url." spellcheck="false" required> |
117 | 117 | <input class="btn btn-primary" type="submit" value="Get RSS Feed"> |
118 | 118 | </form> |
119 | 119 | <%- end -%> |
120 | 120 |
|
121 | 121 | <%- if (!$enabled_services || $enabled_services.include?("imgur")) && ENV["IMGUR_CLIENT_ID"] -%> |
122 | 122 | <form class="input-group" method="get" action="imgur"> |
123 | 123 | <span class="input-group-text"><label for="imgur_q">Imgur</label></span> |
124 | | - <input class="form-control" type="search" name="q" id="imgur_q" placeholder="Enter a Imgur username or a url. Or subreddit url." required> |
| 124 | + <input class="form-control" type="search" name="q" id="imgur_q" placeholder="Enter a Imgur username or a url. Or subreddit url." spellcheck="false" required> |
125 | 125 | <input class="btn btn-primary" type="submit" value="Get RSS Feed"> |
126 | 126 | </form> |
127 | 127 | <%- end -%> |
128 | 128 |
|
129 | 129 | <%- if !$enabled_services || $enabled_services.include?("svtplay") -%> |
130 | 130 | <form class="input-group" method="get" action="svtplay"> |
131 | 131 | <span class="input-group-text"><label for="svtplay_q">SVT Play</label></span> |
132 | | - <input class="form-control" type="search" name="q" id="svtplay_q" placeholder="Enter a SVT Play program name or a url." required> |
| 132 | + <input class="form-control" type="search" name="q" id="svtplay_q" placeholder="Enter a SVT Play program name or a url." spellcheck="false" required> |
133 | 133 | <input class="btn btn-primary" type="submit" value="Get RSS Feed"> |
134 | 134 | </form> |
135 | 135 | <%- end -%> |
|
159 | 159 | <div class="input-group"> |
160 | 160 | <span class="input-group-text"><label for="donation_amount">$</label></span> |
161 | 161 | <input type="hidden" name="currency_code" value="USD"> |
162 | | - <input class="form-control" type="text" id="donation_amount" name="amount" value="5.00" pattern="\d+\.?\d*" placeholder="Amount"> |
| 162 | + <input class="form-control" type="text" id="donation_amount" name="amount" value="5.00" pattern="\d+\.?\d*" placeholder="Amount" spellcheck="false"> |
163 | 163 | </div> |
164 | 164 | </div> |
165 | 165 | <div class="col"> |
|
190 | 190 | <div class="modal-body"> |
191 | 191 | <label for="feed-url" class="col-form-label">Feed URL:</label> |
192 | 192 | <div class="input-group"> |
193 | | - <input class="form-control" type="text" id="feed-url" placeholder="Feed URL"> |
| 193 | + <input class="form-control" type="text" id="feed-url" placeholder="Feed URL" spellcheck="false"> |
194 | 194 | <button type="button" class="btn btn-primary" id="copy-button">Copy</button> |
195 | 195 | </div> |
196 | 196 |
|
|
215 | 215 | <label class="col-form-label" for="youtube_title_filter">Filter by video title</label> |
216 | 216 | </div> |
217 | 217 | <div class="col-auto"> |
218 | | - <input type="text" id="youtube_title_filter" name="q" class="form-control"> |
| 218 | + <input type="text" id="youtube_title_filter" name="q" class="form-control" spellcheck="false"> |
219 | 219 | </div> |
220 | 220 | </div> |
221 | 221 | </form> |
|
0 commit comments