List of foreign agents in Russia #595#596
Conversation
| // ---------- Constants and Helper Functions ---------- | ||
|
|
||
| const ( | ||
| urlToDownload = "https://ru.ruwiki.ru/wiki/%D0%A1%D0%BF%D0%B8%D1%81%D0%BE%D0%BA_%D0%B8%D0%BD%D0%BE%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%BD%D1%8B%D1%85_%D0%B0%D0%B3%D0%B5%D0%BD%D1%82%D0%BE%D0%B2_(%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F)" |
There was a problem hiding this comment.
Is this the simplest URL we can use for this page? That doesn't look like a stable URL.
There was a problem hiding this comment.
Yes it is. It's just the page name in urlencoded unicode.
| } | ||
|
|
||
| // Iterate over every table. | ||
| doc.Find("table").Each(func(i int, tableSel *goquery.Selection) { |
There was a problem hiding this comment.
Is there a CSV, XML, etc format that would be more stable over time and easier to parse?
There was a problem hiding this comment.
I tried pretty hard to find CSV/XML, but I couldn't find it for some reason.
|
This list looks to be Russian individuals / businesses that are working outside of Russia. Is this list available anywhere else, perhaps OpenSanctions? |
|
The official Russian governmental resource is only accessible from Russian networks and it isn't always online. I've tried to find any other reliable source and that wikipage is the best I managed to find. |
|
For now this is probably better served with OpenSanctions data. |
No description provided.