-
Notifications
You must be signed in to change notification settings - Fork 95
List of foreign agents in Russia #595 #596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
No description provided.