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

2410 Commits

Author SHA1 Message Date
Johan Andersson
566738b8f1 fetcher: support for formats 2020-06-25 20:55:48 +02:00
Johan Andersson
916e19996c svt: fix so we can download videos again 2020-06-02 17:41:30 +02:00
Johan Andersson
ff914c2dd1 pre-commit: newer version of pre-commit-hooks 2020-05-03 11:43:07 +02:00
Johan Andersson
9f4b12337c pre-commit: newer version of flake8 2020-05-03 11:42:32 +02:00
Johan Andersson
ad4230dab2 pre-commit: newer version of black 2020-05-03 11:38:40 +02:00
Johan Andersson
3c23f9dee1 pre-commit: newer reorder_python_imports 2020-05-03 11:36:34 +02:00
Johan Andersson
389b21bde5 pre-commit: use a newer pyupgrade version 2020-05-03 11:35:03 +02:00
Johan Andersson
2f2753ebff viafree: rewrite for the new site 2020-05-03 11:31:38 +02:00
Johan Andersson
81cb18f463 setup: need to include _cffi_backend when we build_exe
need to do this according to cx_freeze#581
2020-03-28 01:04:19 +01:00
Johan Andersson
800d406f78 Add cx-freeze as deps 2020-03-26 21:06:20 +01:00
Johan Andersson
3cf1a9bc6a setup: improve building exe 2020-03-26 21:05:54 +01:00
Johan Andersson
6ebd3cfd9a appveyor: fix 2020-03-26 21:03:09 +01:00
Johan Andersson
25d31058e1 ci: fix cxfreeze binary name 2020-01-29 21:02:26 +01:00
Johan Andersson
9867f07546 svtplay: fix Subtitle not found
fixes: #1206
2020-01-29 20:44:32 +01:00
Johan Andersson
c59a305336 dplay: fix check for status code and show a better error message 2019-10-19 15:22:53 +02:00
Johan Andersson
f85a9d4425 Revert "output: cut the episode names to to 30 chars."
This reverts commit 1721ca1003.

This need to be fixed in a better way
2019-10-18 16:26:21 +02:00
Johan Andersson
fd729f7f53 hls.parse: use AVERAGE-BANDWIDTH instead of BANDWIDTH 2019-10-18 15:48:37 +02:00
Johan Andersson
5dcc899816 svtplay: fix parsing date 2019-09-30 21:35:49 +02:00
Johannes Holmberg
806fc1d9d7 postprocess: figure out audio_filename before looking for tracks 2019-09-29 20:48:14 +02:00
Johan Andersson
1721ca1003 output: cut the episode names to to 30 chars.
fixes: #1004
2019-09-26 22:50:32 +02:00
Johan Andersson
3dd1f0e336 viafree: dont crash on empty episode names. 2019-09-26 22:49:41 +02:00
Johan Andersson
2d43d00b49 appveyor: build against py37 2019-09-19 21:09:54 +02:00
Johan Andersson
05da449d05 cibuild: look for the correct name for pypi 2019-09-17 23:09:07 +02:00
Johan Andersson
0826b8fa11 test: add some more generic service tests. 2019-09-16 00:53:30 +02:00
Johan Andersson
dba99ff35e vimeo: add player to supported domains 2019-09-16 00:52:42 +02:00
Johan Andersson
bcdd06858a generic: refactor matches 2019-09-16 00:48:17 +02:00
Johan Andersson
9baeb4a976 generic: bambuser is eol 2019-09-15 23:53:19 +02:00
Johan Andersson
c08e5460fe test: add tests for service_handler 2019-09-15 23:41:39 +02:00
Johan Andersson
dc8e62103f Add test files for sublanguage 2019-09-15 19:06:12 +02:00
Johan Andersson
b0b9582f63 test.postprocess: add some tests for sublanguage 2019-09-15 19:00:38 +02:00
Johan Andersson
5fc9bf49d7 test: postprrocess: _streams, _getcodec and _checktracks 2019-09-15 17:31:49 +02:00
Johan Andersson
ee717a71a4 postprocess: return the actual codec 2019-09-15 16:54:57 +02:00
Johan Andersson
9255069da1 get_one_media: show error message if force-subtitle and no subs
fixes: #1101
2019-09-15 04:01:34 +02:00
Johan Andersson
32e54c773e postprocess: better handling when its separated tracks 2019-09-14 22:53:03 +02:00
Johan Andersson
b428bcc398 postprocess: fix a crash during remuxing because it could not find tracks
fixes: #1153
2019-09-14 20:12:56 +02:00
Johan Andersson
eb4f508fb0 barnkanalen: svt.se/barnkanalen still use the old stuff
fixes: #1152
2019-09-14 14:22:28 +02:00
Johan Andersson
d51113df36 postprocess: handle when we done have a video track and switch bitstream only on aac ts files. 2019-09-14 14:17:45 +02:00
Johan Andersson
ce9bfd37fc readme: fix windows binary build step
fixes: #1111
2019-09-12 21:31:44 +02:00
Johan Andersson
ce6cc7cc2f svtplay: fix a crash if they include "Z" in the validFrom
fixes: #1144
2019-09-12 20:51:31 +02:00
Johan Andersson
7065467dcd downlooad_thumbnail: fix a crash missing arguments
fixing: #1150
2019-09-12 19:47:50 +02:00
Johan Andersson
97f651837a util.output: make download video while using thumbnail and nfo work
When we download a video , nfo and thumbnail,
it will video will complain that the files already exists but its just the nfo and thumbnail.

fixes: #1148
2019-09-09 21:18:40 +02:00
Johan Andersson
5466853893 remove debug print 2019-09-08 02:22:50 +02:00
Johan Andersson
65b97aa5a0 Remove dateutil and make a workaround for <py37
cx_freeze dont include timezone data when it create the .exe
datetime has some issues with timezones in older versions of py
2019-09-08 01:32:57 +02:00
Johan Andersson
32323ee28f svtplay: improve -A on a show page
fixes: #1141
2019-09-07 12:31:05 +02:00
Johan Andersson
7271370c84 test: add test for sort_quality 2019-09-07 12:28:51 +02:00
Johan Andersson
f121567834 test: add ensure_unicode and test_decode_html code 2019-09-07 12:28:21 +02:00
Johan Andersson
addf05baa9 test: improve get_full_url 2019-09-07 12:27:36 +02:00
Johan Andersson
e9fca7a771 utils.text: py3 version of html.unescape 2019-09-07 12:24:59 +02:00
Johan Andersson
bc15c694c3 svtplay: older version of python3 cant parse timezones with colon.
fixes: #1137
2019-09-07 00:54:12 +02:00
Johan Andersson
5234f885f1 Add pyproject.toml 2019-09-06 22:59:51 +02:00