accept more rss urls

This commit is contained in:
Christian Schabesberger 2016-08-01 15:54:57 +02:00
parent 5cdbf45fa4
commit 871cb92aeb

View file

@ -78,6 +78,8 @@
<data android:pathPattern=".*\\atom.xml" />
<data android:pathPattern=".*\\rss.xml" />
<data android:pathPattern=".*\\.rss" />
<data android:pathPattern=".*/feed" />
<data android:pathPattern=".*feed/*" />
<data android:scheme="http" android:host="*"
android:pathPattern=".*\\.opml" />
@ -198,4 +200,4 @@
</application>
</manifest>
</manifest>