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

215 Commits

Author SHA1 Message Date
Johan Andersson
028971b476 svtplay: for some reason they presented the m3u8 file as mpd
fixes: #1341
2021-03-14 19:01:19 +01:00
Johan Andersson
25ea769bc3 svtplay: improve detection of season and episode numbers
fixes: #1342
2021-03-14 18:36:20 +01:00
Johan Andersson
1ec914d370 svtplay: dont crash on non-existing video 2021-03-14 00:09:09 +01:00
Johan Andersson
be8e935228 svtplay: new site update 2021-03-12 00:20:30 +01:00
Johan Andersson
b91ca11e85 hls: x-map update 2021-03-12 00:20:18 +01:00
Johan Andersson
4ec553e0ed Add py3.6 changes 2021-02-28 22:05:33 +01:00
Johan Andersson
68e9906323 svtplay: better way to detect live channels
fixes: 1325
2021-02-20 14:47:37 +01:00
Simon Vallebro
0bcf162083 Fixed issue with series with not active episodes. 2021-02-16 23:57:42 +01:00
Johan Andersson
664a9e22bb svtplay: fixed a crash downloading a show thumbnail
fixes: #1319
2021-02-10 22:57:27 +01:00
Martin Evald
4aa528bf7a svtplay: fix so it work with the latest update to the website
fixes: #1312
2021-02-07 14:36:19 +01:00
Johan Andersson
938ae7d9b9 pre-commit: add-trailing-comma 2020-12-31 15:19:22 +01:00
Johan Andersson
82265dab50 svtplay: kanaler will work again
fixes: #1246
2020-12-12 21:44:24 +01:00
Johan Andersson
ef557cb9fb svtplay: they changed the name of they key for related episodes.
this should hopefully be more future proof.
2020-11-02 23:08:56 +01:00
Johan Andersson
ddefda1cf6 svtplay: fix a crash when using -A
fixes: #1257
2020-09-30 21:11:09 +02:00
Johan Andersson
74ef2a709f svtplay: support for codecs 2020-07-29 20:45:17 +02:00
Johan Andersson
389b21bde5 pre-commit: use a newer pyupgrade version 2020-05-03 11:35:03 +02:00
Johan Andersson
9867f07546 svtplay: fix Subtitle not found
fixes: #1206
2020-01-29 20:44:32 +01:00
Johan Andersson
5dcc899816 svtplay: fix parsing date 2019-09-30 21:35:49 +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
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
bc15c694c3 svtplay: older version of python3 cant parse timezones with colon.
fixes: #1137
2019-09-07 00:54:12 +02:00
Johan Andersson
4e187f9553 pre-commit: its a good thing to commit config... 2019-09-06 22:49:49 +02:00
Johan Andersson
3aef9a796e black fixes 2019-09-06 22:31:52 +02:00
Johan Andersson
7f0cf6eb82 pre-commit: reorder imports 2019-09-06 22:09:07 +02:00
Johan Andersson
e9b16fda77 pre-commit: pyupgrade 2019-09-06 22:09:07 +02:00
Johan Andersson
e105855fb7 pre-commit: black fixes 2019-09-06 22:09:07 +02:00
Johan Andersson
38fd2fdb51 svtplay: fix a crash with season and episode info
fixes: #1136
2019-09-06 22:06:33 +02:00
Johan Andersson
5a819afa2f svtplay: they changed the website.
fixes: #1134
2019-09-06 17:26:39 +02:00
dalgr
838b3ecc23 Live download not working from SVTBARN, fix #1121, #1122 2019-08-31 14:57:24 +02:00
Johan Andersson
36116c7a3b Remove old logging 2018-11-18 12:47:19 +01:00
Johan Andersson
ca295d461d flake8: new version detecting more stuff 2018-10-28 23:16:00 +01:00
Harald Gustafsson
c86c111931 Barnkanal have started missing season number for some shows, now defaults to "01" if episode number exist. 2018-10-28 22:34:49 +01:00
Harald Gustafsson
171bd25084 SVT changed thumbnail path, fix for using the new path (and still old until we know it is completely gone). 2018-10-28 22:34:49 +01:00
Harald Gustafsson
073f26e618 Added broadcast/publishing datetime to metadata extraction and NFO file creation. 2018-09-05 21:43:52 +02:00
Harald Gustafsson
4388e57112 Move the new metadata based thumbnail download into a reusable class instead of directly in Svtplay (requires that the service extract thumbnail urls during parsing of the video info into the self.output variable and the keys 'showthumbnailurl' and 'episodethumbnailurl'). Change OpenGraphThumbMixin to use the new download_thumbnails which makes correct filenames. Removed the old download_thumbnail. 2018-09-05 21:43:52 +02:00
Harald Gustafsson
fc71a8d8e4 flake8 fixes. 2018-09-05 21:43:52 +02:00
Harald Gustafsson
bf0e38a6f9 Working thumbnail download. Used by svtplay and barnkanalen, downloads both episode and show thumbnails. 2018-09-05 21:43:52 +02:00
Harald Gustafsson
dbdf7dc851 Get extra metadata, like thumbnails and descriptions. Currently implemented for svtplay and barnkanalen. 2018-09-05 21:43:52 +02:00
Johan Andersson
81011d4b53 svtplay: only add desc if available 2018-05-13 13:09:27 +02:00
Johan Andersson
4271bbe615 remove some old excludes 2018-05-13 13:07:37 +02:00
Johan Andersson
f300e24ca3 more options to config replaces 2018-05-13 13:07:34 +02:00
Johan Andersson
ca49366002 Options to config 2018-05-13 13:06:45 +02:00
Johan Andersson
a051418dab utils: move functions out of init to its own files. 2018-05-13 12:10:19 +02:00
Johan Andersson
a7dfff596b svtplay: missing import 2018-05-13 12:09:27 +02:00
Johan Andersson
7e351530e9 No need for utils.urllib anymore 2018-05-13 12:09:27 +02:00
Johan Andersson
b8c1163852 remove a bunch of is_py. time for py3. 2018-05-13 12:08:11 +02:00
Johan Andersson
6d3c57a667 svtplay: use parse_qs instead of regex to parse the query 2018-02-21 23:04:20 -05:00
Johan Andersson
3a1735144c svtplay: dont crash if we cant find the show using -A
fixes: #802
2018-02-21 22:50:31 -05:00