Added fetchers concept: seperate scripts to fetch the feeds

Fetchers claim to be a certain client. They try to send the same
headers as the original client. That's better than a simple curl request
with a fake user agent, because curl doesn't send the other headers like
the original client and therefore its traffic stands out.
This commit is contained in:
2017-08-11 12:57:30 +02:00
父節點 8a80aa0d6d
當前提交 3a723b9440
共有 6 個文件被更改,包括 40 次插入9 次删除

2
fetcherslist Normal file
查看文件

@@ -0,0 +1,2 @@
fetchers/firefox
fetchers/chrome