Created
September 27, 2020 12:51
-
-
Save Zeinok/c86c0c15658932c291d1f90fe71b5f48 to your computer and use it in GitHub Desktop.
generate m3u/m3u8 from modarchive.org featured modules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
curl -s https://modarchive.org/rss.php?request=featured | grep -oE "https?:\/\/api.modarchive.org\/downloads\.php\?moduleid=[0-9]+" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment