Skip to content

Commit 2937b17

Browse files
authored
Fixes unescaped forward slashes on 3 entries
1 parent dcae386 commit 2937b17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

patterns.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Stratechery Private: /rss\.stratechery\.com/i
2-
Bing synthetic feeds: /bing\.com/search/i
2+
Bing synthetic feeds: /bing\.com\/search/i
33
Listenlater: /listenlater\.fm/i
44
Spotify Scraper: /spotifeed\.timdorr/i
55
Urls with Basic Auth: /(.+?\/\/)(.+?):(.+?)@(.+)/i
@@ -17,8 +17,8 @@ RedCircle: /(api.podcache.net\/shows|feeds\.redcircle\.com)\/[a-z0-9
1717
HuffDuffer: /\.huffduffer.com/i
1818
Podcast.co: /feed\.pod\.co\/[a-zA-Z0-9-]{36}\/[a-zA-Z0-9-]{36}/i
1919
ATP: /atp\.fm\/rss\/[a-zA-Z0-9]*/i
20-
Mysterious Universe: /mysteriousuniverse\.org/feed/mu.*/i
21-
Sam Harris: /samharris.org/feed/\?token\=[a-zA-Z0-9-]{36}/i
20+
Mysterious Universe: /mysteriousuniverse\.org\/feed\/mu.*/i
21+
Sam Harris: /samharris.org\/feed\/\?token\=[a-zA-Z0-9-]{36}/i
2222
Acast Access: /access\.acast\.com\/[^\/]+\/(?!default).+/i
2323
Anchor: /anchor\.fm\/s\/\.*\/podcast\/auth\//i
2424
Anchor: /anchor\.fm\/s\/.*\/podcast\/private.*token\=/i

0 commit comments

Comments
 (0)