Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douban-api-proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
douban-api-proxy
Commits
0b97bbf8
Commit
0b97bbf8
authored
Mar 27, 2021
by
Ozzie Isaacs
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'div_a/use-kobo-for-download-link' into master
parents
d21d3c2c
c279055a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
kobo.py
cps/kobo.py
+2
-1
No files found.
cps/kobo.py
View file @
0b97bbf8
...
...
@@ -305,7 +305,8 @@ def get_download_url_for_book(book, book_format):
book_format
=
book_format
.
lower
()
)
return
url_for
(
"web.download_link"
,
"kobo.download_book"
,
auth_token
=
kobo_auth
.
get_auth_token
(),
book_id
=
book
.
id
,
book_format
=
book_format
.
lower
(),
_external
=
True
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment