1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-12-02 16:14:15 +01:00
Commit Graph

2110 Commits

Author SHA1 Message Date
Johan Andersson
5b6779edf2 Replace pycryptodome with cryptography.
This will make it easier to support older distros. For example ubuntu 16.04 and Debian stable (9)
2019-03-23 01:00:44 +01:00
Johan Andersson
525d33a516 Cosmetic changes from flake8 2019-03-23 00:57:19 +01:00
Johan Andersson
dcbf6a8a0e sr: they have updated the site a little.
Fixes #1033
2019-01-09 21:35:12 +01:00
Johan Andersson
f47e729c01 fetcher.http: if we can detect its mp3, use that as extension. 2019-01-09 21:34:21 +01:00
Johan Andersson
806fd55d3b svt: support for subtitles on the page.
fixes #1026
2019-01-06 21:55:48 +01:00
Johan Andersson
a4d4769457 service: don’t crash if configfile is not set
Fixes #1015
2019-01-06 20:21:45 +01:00
Johan Andersson
56d3d8f09b appveyor: this should be == and not = 2019-01-06 12:25:47 +01:00
NoNameForMee
553a337f66 Add badges to README.md
Adding badges helps to highlight the continuous integration pages which has been configured for this project.
2019-01-06 11:18:26 +01:00
Johan Andersson
66b18daf2d Dont run ci script on pull requests 2019-01-06 11:11:14 +01:00
Johan Andersson
5796b861cf cibuild: forgot the monkey patching for fromisoformat 2019-01-05 00:52:21 +01:00
Johan Andersson
9ce0a0645e appveyor: add backports-datetime-fromisoformat for cibuild
We need this because we can’t build the release with py37.
2019-01-05 00:47:24 +01:00
Johan Andersson
af685f8f7a cibuild: check if we are running this under travis
We will only build a new docker image under travis.
2019-01-05 00:36:24 +01:00
Johan Andersson
31667e566b requirements-dev: add wheel 2019-01-05 00:29:34 +01:00
Johan Andersson
38412d8ef6 travis: move cibuild to 3.7 2019-01-05 00:12:40 +01:00
Johan Andersson
5ddb0760e5 cibuild: only use python instead of python3 2019-01-05 00:02:59 +01:00
Johan Andersson
3ff3d0e06b cibuild: this should be != 2019-01-05 00:00:00 +01:00
Johan Andersson
7037590698 travis: set env global 2019-01-04 23:54:46 +01:00
Johan Andersson
213fd1caff appveyor: move environment to the right place 2019-01-04 23:45:54 +01:00
Johan Andersson
b1b15f57e9 Cibuild: first version.
Upload releases and snapshots to aws
2019-01-04 23:43:49 +01:00
Johan Andersson
943427b083 Forgot to change from README.rst to README.md in MANIFEST.in 2019-01-04 23:43:49 +01:00
Johan Andersson
a8ddb1fc63 Move the docker readme to a new dir 2019-01-04 23:43:49 +01:00
qnorsten
d029808f4c
Merge pull request #1030 from magic75/viaplay_videoid_fix
Viaplay: Fix video-id extraction
2019-01-04 23:23:13 +01:00
Jan
9f2e0ef806 Viaplay: Fix video-id extraction 2019-01-02 20:59:05 +01:00
iwconfig
256ca145b2 flake8 fix 2018-12-12 00:20:17 +01:00
iwconfig
1d1574a019 Added option to only download nfo 2018-12-12 00:20:17 +01:00
Patrik Ragnarsson
6901d27ae4 Use Markdown code syntax for commands 2018-12-11 23:04:43 +01:00
Sopor
dd8ac6089a Create ISSUE_TEMPLATE.md 2018-12-11 23:04:43 +01:00
Johan Andersson
79f77cb785 get_media: check for all_episode from the service config
Fixes: #1009
2018-12-11 01:03:12 +01:00
Johan Andersson
9550217dda Add Dockerfile to build a new version of the container 2018-12-10 23:53:27 +01:00
Johan Andersson
72143b7172 output.findexpisode: don’t crash if we don’t have an id
fixes: #1000
2018-11-18 12:54:37 +01:00
Johan Andersson
36116c7a3b Remove old logging 2018-11-18 12:47:19 +01:00
Johan Andersson
a665f98836 expressen: fixed an issue we cant find the id
fixes: #1003
2018-11-18 12:36:18 +01:00
Johan Andersson
1c302d4a18 flake8 fixes for eurosport 2018-11-14 00:46:42 +01:00
Johan Andersson
951b8d7b7c Eurosportplayer: fix for their new site.
fixes: #989
2018-11-14 00:42:52 +01:00
Johan Andersson
a65a32267b eurosport: add support for more subdomains. 2018-11-13 19:54:39 +01:00
Johan Andersson
cb9314d9a4 gitignore: add some media file extensions to the list 2018-11-13 19:52:52 +01:00
Johan Andersson
5f21f27f76 service. readd the service to the list of services. 2018-11-13 19:52:20 +01:00
Johan Andersson
829b7de15e readme: remove rtmpdump deps 2018-11-12 22:36:04 +01:00
Johan Andersson
74f68a535b fetcher.rtmp: RIP. Who use flash in 2018 anyway.
Removing old RTMP and related code.
qbrick is not used anyway.
2018-11-12 19:05:41 +01:00
Johan Andersson
f910e66efb hbo: this is not working anyway. 2018-11-12 18:51:13 +01:00
Johan Andersson
d72c3dd558 bambuser: old service. removing 2018-11-12 18:49:29 +01:00
Johan Andersson
772670b6c9 parser.readconfig: handle permission denied while reading config 2018-11-04 22:04:50 +01:00
Johan Andersson
884ad99f9f parser.readconfig: don’t crash on empty file
fixes: #992
2018-11-04 22:01:24 +01:00
Johan Andersson
e0403a9ac0 viafree: remove unused import 2018-11-02 18:17:38 +01:00
Johan Andersson
d5a1ec1197 subtitle.sami: in some cases they have extra xml code in Text element
fixes: #990
2018-11-02 00:38:39 +01:00
Johan Andersson
ff42f884a5 viafree: remove some old code for rtmp
fixes: #950
2018-11-02 00:37:05 +01:00
Johan Andersson
ca295d461d flake8: new version detecting more stuff 2018-10-28 23:16:00 +01:00
Johan Andersson
b034d92773 travis: need twine line to upload to pypi 2018-10-28 23:15:18 +01:00
Johan Andersson
bd73466265 fetcher.http: rename options to config 2018-10-28 22:36:22 +01:00
Harald Gustafsson
61c76824a9 Added some checks in the NFO writing to not throw exception if some metadata is None. Also skips NFO if not even the title is available. 2018-10-28 22:34:49 +01:00