Skip to content

Instantly share code, notes, and snippets.

@meetchandan
Created May 22, 2025 12:06
Show Gist options
  • Save meetchandan/f245995a39381fb52b6875c6536f05fb to your computer and use it in GitHub Desktop.
Save meetchandan/f245995a39381fb52b6875c6536f05fb to your computer and use it in GitHub Desktop.
<?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