Skip to content

Commit 4c966d0

Browse files
committed
Remove ScrapeCountries.
1 parent 67e8147 commit 4c966d0

3 files changed

Lines changed: 0 additions & 596 deletions

File tree

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -147,21 +147,6 @@ Note: Some of my decrypted PDF documents have resulted in
147147
My current workaround solution is to run `pdf2ps` on
148148
the PDF and then `ps2pdf` on the PS file.
149149

150-
## ScrapeCountries.py
151-
Scraping HTML tables with HTMLParser.
152-
Tests are located in `ScrapeCountriesTest.py`.
153-
See the [blog post][country-post] for a more detailed overview.
154-
155-
```
156-
$ ScrapeCountries.py 'http://www.nationsonline.org/oneworld/countries_of_the_world.htm' countries.tsv
157-
Parsing countries of the world.
158-
Using 5 columns overall and extracting columns (1, 2, 3, 4).
159-
Finished extracting. Data written to 'countries.tsv'
160-
161-
$ head -n 1 countries.tsv
162-
Afghanistan Afghanistan Afghanistan South-Central Asia
163-
```
164-
165150
## phonetic.py
166151
Obtain the NATO phonetic alphabet representation from short phrases.
167152

python3/ScrapeCountries.py

Lines changed: 0 additions & 229 deletions
This file was deleted.

0 commit comments

Comments
 (0)