Skip to content

Commit

Permalink
Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
devmessias committed Aug 24, 2017
1 parent d276527 commit 2028e5a
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions scihub2pdf/bin/scihub2pdf
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,42 @@ def main():
$ scihub2pdf --title arxiv:Periodic table for topological insulators
## Download from list of items
Given a text file like
```
10.1038/s41524-017-0032-0
10.1063/1.3149495
.....
```
download all pdf's
```
$ scihub2pdf -i dois.txt --txt
```
Given a text file like
```
Some Title 1
Some Title 2
.....
```
download all pdf's
```
$ scihub2pdf -i titles.txt --txt --title
```
Given a text file like
```
arXiv:1708.06891
arXiv:1708.06071
arXiv:1708.05948
.....
```
download all pdf's
```
$ scihub2pdf -i arxiv_ids.txt --txt
```
-----------------------------------------------------
@author: Bruno Messias
@email: [email protected]
Expand Down

0 comments on commit 2028e5a

Please sign in to comment.