mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e29008aed8 |
1 changed files with 4 additions and 1 deletions
|
|
@ -60,7 +60,10 @@ Twitter feed for: ${desc}. Generated by ${cfg.hostname}
|
|||
<img src="${urlPrefix}${getPicUrl(photo)}" style="max-width:250px;" />
|
||||
# end for
|
||||
#elif tweet.video.isSome:
|
||||
<img src="${urlPrefix}${getPicUrl(get(tweet.video).thumb)}" style="max-width:250px;" />
|
||||
<a href="${urlPrefix}${tweet.getLink}">
|
||||
<br>Video<br>
|
||||
<img src="${urlPrefix}${getPicUrl(get(tweet.video).thumb)}" style="max-width:250px;" />
|
||||
</a>
|
||||
#elif tweet.gif.isSome:
|
||||
# let thumb = &"{urlPrefix}{getPicUrl(get(tweet.gif).thumb)}"
|
||||
# let url = &"{urlPrefix}{getPicUrl(get(tweet.gif).url)}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue