amir-jakoby / crawler-commons

Automatically exported from code.google.com/p/crawler-commons
0 stars 0 forks source link

[url] EffectiveTldFinder - Add a constructor which will auto download the latest TLD list #52

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, we use our own copy of TLD list.

I suggest adding a constructor which will contain a booleanic flag which will 
indicate the user's wish to download a fresh list from the online server.

Default use of the offline file should be retained.

If the user wishes to download a fresh file but it fails, a fallback to the 
offline file is in place.

Original issue reported on code.google.com by avrah...@gmail.com on 2 Sep 2014 at 7:53