diff options
| author | Julian Hurst <ark@mansus.space> | 2024-09-11 00:57:26 +0200 |
|---|---|---|
| committer | Julian Hurst <ark@mansus.space> | 2024-09-11 00:57:26 +0200 |
| commit | d71de8ab2490081c184dd8a30cc8c8d2cf718286 (patch) | |
| tree | 7ac860bdaa6b717571dc3c86ee2c51d857389a80 /templates/search.html | |
| parent | cbd9317993b188ef142aad11b64a235206369aa0 (diff) | |
| download | grimtube-native_stream.tar.gz | |
Handle downloading with yt-dlp and serving videonative_stream
Diffstat (limited to 'templates/search.html')
| -rw-r--r-- | templates/search.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/search.html b/templates/search.html index 6a9ce28..30e96b9 100644 --- a/templates/search.html +++ b/templates/search.html @@ -26,10 +26,12 @@ {{range .Items}} <tr> <td> - <a href="/embed?id={{.Id}}&url={{.Url}}"><img width=240 src="{{.ThumbUrl}}"></a> + <!--<a href="/embed?id={{.Id}}&url={{.Url}}"><img width=240 src="{{.ThumbUrl}}"></a>--> + <a href="/native?url={{.Url}}"><img width=240 src="{{.ThumbUrl}}"></a> </td> <td> - <a href="/embed?id={{.Id}}&url={{.Url}}">{{.Title}}</a> + <!--<a href="/embed?id={{.Id}}&url={{.Url}}">{{.Title}}</a>--> + <a href="/native?url={{.Url}}">{{.Title}}</a> <br/> <a href="{{.ChannelUrl}}">{{.ChannelTitle}}</a> | <a href="{{.AtomUrl}}">Atom feed</a> <br/> |
