mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-25 20:55:55 +01:00
IGN:Switch to my server since dev.mobileread.com is down
This commit is contained in:
parent
10082403ce
commit
b10681b98e
1 changed files with 5 additions and 2 deletions
|
|
@ -68,7 +68,8 @@ def index(self):
|
|||
|
||||
|
||||
DOWNLOAD_DIR = '/var/www/calibre.kovidgoyal.net/htdocs/downloads'
|
||||
MOBILEREAD = 'https://dev.mobileread.com/dist/kovid/calibre/'
|
||||
#MOBILEREAD = 'https://dev.mobileread.com/dist/kovid/calibre/'
|
||||
MOBILEREAD = 'http://calibre.kovidgoyal.net/downloads/'
|
||||
|
||||
class OS(dict):
|
||||
"""Dictionary with a default value for unknown keys."""
|
||||
|
|
@ -196,7 +197,9 @@ def linux(self, req):
|
|||
LINUX_INSTALLER = textwrap.dedent(r'''
|
||||
import sys, os, shutil, tarfile, subprocess, tempfile, urllib2, re, stat
|
||||
|
||||
MOBILEREAD='https://dev.mobileread.com/dist/kovid/calibre/'
|
||||
#MOBILEREAD='https://dev.mobileread.com/dist/kovid/calibre/'
|
||||
MOBILEREAD='http://calibre.kovidgoyal.net/downloads/'
|
||||
|
||||
|
||||
class TerminalController:
|
||||
BOL = '' #: Move the cursor to the beginning of the line
|
||||
|
|
|
|||
Loading…
Reference in a new issue