Created
May 22, 2025 12:06
-
-
Save meetchandan/f245995a39381fb52b6875c6536f05fb to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?xml version="1.0"?> | |
<rss xmlns:g="http://base.google.com/ns/1.0" version="2.0"> | |
<channel> | |
<title>noon</title> | |
<link>http://www.noon.com</link> | |
<description></description> | |
{% for row in rows %} | |
<item> | |
{% for key, val in row.items() -%} | |
<{{key}}>{{ val }}</{{key}}> | |
{% endfor -%} | |
<applink property="android_app_name" content="noon" /> | |
<applink property="android_package" content="com.noon.buyerapp" /> | |
<applink property="android_url" content="{{row['android_url']}}" /> | |
<applink property="ios_app_name" content="ios" /> | |
<applink property="ios_app_store_id" content="1269038866" /> | |
<applink property="ios_url" content="{{row['ios_url']}}" /> | |
</item> | |
{% endfor %} | |
</channel> | |
</rss> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment