accept more rss urls
This commit is contained in:
parent
5cdbf45fa4
commit
871cb92aeb
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue