Download proceedings from DVCon.org
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/dvcon_download.pyAfter running, papers will be downloaded in dvcon_pdf folder