I'm using a bibliography management software (Zotero) that exports weblinks in this format:
@misc{spielmandaniel-DiscrepancyTheoryRandomized-2021,
title = {But what is the Fourier Transform? A visual introduction.},
author = {3Blue1Brown},
year = {2021},
month = jan,
url = {https://www.youtube.com/watch?v=spUNpyF58BY},
urldate = {2021-01-21}
}
The issue is now that the bibliography does not show the url:

I know that there are fixes to this by like urls like this
howpublished = "\url{http://aiweb.techfak.uni-bielefeld.de/content/bworld-robot-control-software/}"
But this is not feasible if your software automatically exports the url as above. But there must be some way to use the above entry with the URL in latex, as zotero exports URLs be default like this. Does anybody know how to make the above @misc entry display also the URL field?
Some details:
- I use Zotero + BetterBibTex, which gives a .bib file with the above entry
- The bibliography is generated via
\bibliographystyle{alpha} - I use the url and hyperref packages


2018, not2021, since the video was posted -- you guessed it -- in2018. – Mico Aug 29 '21 at 17:02url = {...}by zotero. – retorquere Aug 29 '21 at 22:46