Compare commits

...

4 Commits

4 changed files with 14 additions and 4 deletions

10
.idea/vcs.xml generated
View File

@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="IssueNavigationConfiguration">
<option name="links">
<list>
<IssueNavigationLink>
<option name="issueRegexp" value="#(\d+)" />
<option name="linkRegexp" value="https://quico.space/Quico/heiseselect-dl/issues/$1" />
</IssueNavigationLink>
</list>
</option>
</component>
<component name="VcsDirectoryMappings"> <component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" /> <mapping directory="$PROJECT_DIR$" vcs="Git" />
</component> </component>

View File

@@ -1,3 +1,6 @@
# heiseselect-dl # heiseselect-dl
Downloads PDF magazine issues published by Heise Medien GmbH & Co. KG on their Heise Select store front Downloads PDF magazine issues published by Heise Medien GmbH & Co. KG on their Heise Select store front
## Asciinema demo
[![asciicast](https://asciinema.org/a/473303.svg)](https://asciinema.org/a/473303)

View File

@@ -1,3 +1,2 @@
requests requests
lxml
rich rich

View File

@@ -14,8 +14,6 @@ commonmark==0.9.1
# via rich # via rich
idna==3.3 idna==3.3
# via requests # via requests
lxml==4.8.0
# via -r requirements.in
pygments==2.11.2 pygments==2.11.2
# via rich # via rich
requests==2.27.1 requests==2.27.1