Skip to content

Commit

Permalink
Merge pull request #177 from garyrh/twitter_igset
Browse files Browse the repository at this point in the history
Fix twitter ignore set.
  • Loading branch information
hannahwhy committed Aug 28, 2015
2 parents 8fd3ab7 + 060d051 commit 1232cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/ignore_patterns/twitter.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "twitter",
"patterns": [
"^https?://((?:www|mobile)\\.)?twitter\\.com/.+\\?(?:id|lang|locale|screen_name)=",
"^https?://((?:www|mobile)\\.)?twitter\\.com/.+[\\?&](?:id|lang|locale|screen_name|nav)=",
"^https?://mobile\\.twitter\\.com/i/anonymize\\?data="
],
"type": "ignore_patterns"
Expand Down

0 comments on commit 1232cdc

Please sign in to comment.