Skip to content

Commit

Permalink
Merge pull request #299 from JustAnotherArchivist/ignore-youtube-www-…
Browse files Browse the repository at this point in the history
…recursion

Ignore /www/www/... recursion on recursive YouTube channel jobs
  • Loading branch information
hannahwhy committed Dec 14, 2017
2 parents 4b53e12 + f49f520 commit 291a6fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/ignore_patterns/youtube.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "youtube",
"patterns": [
"^https?://accounts\\.google\\.com/ServiceLogin",
"\\.?youtube\\.com/user/[^/]+/(playlists|channels|videos)\\?(flow|view|sort|live_view)="
"\\.?youtube\\.com/user/[^/]+/(playlists|channels|videos)\\?(flow|view|sort|live_view)=",
"^https?://www\\.youtube\\.com/.*/www/www/"
],
"type": "ignore_patterns"
}

0 comments on commit 291a6fe

Please sign in to comment.