This commit is contained in:
guanjihuan 2022-06-29 17:07:03 +08:00
parent 25808a7631
commit 23fd32d644
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[metadata] [metadata]
# replace with your username: # replace with your username:
name = guan name = guan
version = 0.0.96 version = 0.0.97
author = guanjihuan author = guanjihuan
author_email = guanjihuan@163.com author_email = guanjihuan@163.com
description = An open source python package description = An open source python package

View File

@ -2298,7 +2298,7 @@ def download_with_scihub(address=None, num=1):
if num != 1: if num != 1:
print('All completed!\n') print('All completed!\n')
# PDF ## PDF
def get_links_from_pdf(pdf_path, link_starting_form=''): def get_links_from_pdf(pdf_path, link_starting_form=''):
# Example: link_starting_form='https://doi.org' # Example: link_starting_form='https://doi.org'