Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dontpanic
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
prx
dontpanic
Commits
8398d42d
Commit
8398d42d
authored
Sep 09, 2016
by
prx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update url
parent
efd383d8
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
14 deletions
+11
-14
README.md
README.md
+3
-3
dontpanic-server.py
dontpanic-server.py
+2
-2
dontpanic.py
dontpanic.py
+1
-1
site/download.html
site/download.html
+1
-1
subtitle.py
subtitle.py
+0
-1
utils.py
utils.py
+1
-1
views/footer-gb.tpl
views/footer-gb.tpl
+1
-2
views/footer.tpl
views/footer.tpl
+1
-2
views/towel.tpl
views/towel.tpl
+1
-1
No files found.
README.md
View file @
8398d42d
...
...
@@ -5,14 +5,14 @@ Dontpanic is a python app to look for any movie or serie and watch them
in "streaming". It looks like popcorntime, but doesn't depend of a
centralized api.


Installation
------------
To use it,
clone the repository :
To use it,
get the source archive
git clone https://git.framasoft.org/Thuban/dontpanic.git
wget http://3hg.toile-libre.org/dontpanic/downloads/dontpanic-latest.tgz
then install these dependencies :
...
...
dontpanic-server.py
View file @
8398d42d
...
...
@@ -5,9 +5,9 @@
"""
Auteur : thuban <thuban@yeuxdelibad.net>
licence :
GNU General Public Licence v3
licence :
MIT
Description :
Description :
dontpanic-server starter
"""
...
...
dontpanic.py
View file @
8398d42d
...
...
@@ -4,7 +4,7 @@
"""
Auteur : thuban <thuban@yeuxdelibad.net>
licence :
GNU General Public Licence v3
licence :
MIT
Description :
Just watch your favorite show and keep track of them.
...
...
site/download.html
View file @
8398d42d
...
...
@@ -45,7 +45,7 @@
<p>
get
<em>
dontpanic
</em></p>
<pre><code>
wget http://
dontpanic.yeuxdelibad.net
/downloads/dontpanic-latest.tgz
wget http://
3hg.toile-libre.org
/downloads/dontpanic-latest.tgz
tar xvzf dontpanic-latest.tgz
cd dontpanic
</code></pre>
...
...
subtitle.py
View file @
8398d42d
...
...
@@ -5,7 +5,6 @@
"""
Auteur : thuban <thuban@yeuxdelibad.net>
licence : GNU General Public Licence v3
Description : Download subtitles thanks to http://thesubdb.com api
...
...
utils.py
View file @
8398d42d
...
...
@@ -46,7 +46,7 @@ watchlist_file = os.path.join(confdir, 'watchlist.pkl')
# Util global variables
progname
=
"dontpanic"
progurl
=
"http://
dontpanic.yeuxdelibad.net
"
progurl
=
"http://
3hg.toile-libre.org/dontpanic
"
progversion
=
1.6
defaultconf
=
{
'startperc'
:
7
,
...
...
views/footer-gb.tpl
View file @
8398d42d
<footer>
<p
class=
"float-right"
>
<a
href=
"https://unsplash.com/"
>
{
{
tpl_footer_bg
}
}
</a>
-
<a
href=
"https://dontpanic.yeuxdelibad.net"
>
Don't Panic
</a>
-
<a
href=
"http://dontpanic.yeuxdelibad.net/donate.html"
target=
"_blank"
>
♥ Donate
</a>
<a
href=
"http://3hg.toile-libre.org/dontpanic"
>
Don't Panic
</a>
-
</p>
</footer>
...
...
views/footer.tpl
View file @
8398d42d
...
...
@@ -7,7 +7,6 @@
</p>
<p
class=
"float-right"
>
<a
href=
"https://unsplash.com/"
>
{
{
tpl_footer_bg
}
}
</a>
-
<a
href=
"https://dontpanic.yeuxdelibad.net"
>
Don't Panic
</a>
-
<a
href=
"http://dontpanic.yeuxdelibad.net/donate.html"
target=
"_blank"
>
♥ Donate
</a>
<a
href=
"http://3hg.toile-libre.org/dontpanic"
>
Don't Panic
</a>
-
</p>
</footer>
views/towel.tpl
View file @
8398d42d
...
...
@@ -31,7 +31,7 @@
</aside>
</main>
%if islastv == False:
<a
class=
"toupgradealert"
href=
"http://
dontpanic.yeuxdelibad.net
/download.html"
target=
"_blank"
>
{
{
tpl_not_last_version
}
}
</a>
<a
class=
"toupgradealert"
href=
"http://
3hg.toile-libre.org
/download.html"
target=
"_blank"
>
{
{
tpl_not_last_version
}
}
</a>
%end
% include('footer.tpl')
...
...
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