Download proceedings from DVCon USA/ DVCon Euorpe
This script is intended to download the DVCON papers from the official website. For the url has some common format, downloading them by hand would be rather tedious. Here comes an idea to write a simple script to download them.
The python library urllib3 is used in this file. Install it before usage:
sudo pip3 install urllib3
git clone https://github.com/troyguo/dvcon_download.git
python3 dvcon_dowload/download.py
After running, folder named by location and year will be seen under the current folder, for example, USA_2018
Currently, for DVCON Europe, only the year after 2016 can be downloaded, it's caused by the url format difference from the year 2015 and 2016.
- Add dvcon India/China downloading
- compatible with DVCon Europe 2015 format.