Skip to content

Commit

Permalink
Add 4.101 release
Browse files Browse the repository at this point in the history
  • Loading branch information
spaam committed Oct 25, 2024
1 parent 9970edd commit 74a6e6c
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 7 deletions.
9 changes: 6 additions & 3 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</title>
{% if page.title %}
Expand All @@ -11,11 +11,14 @@
<meta name="description" content="{{ page.description }}">
<meta property="og:description" content="{{ page.description }}">
{% endif %}
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous"> -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">

<link href="{{ "/assets/main.css" | relative_url }}" rel="stylesheet">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">

<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/js/all.min.js" integrity="sha512-YSdqvJoZr83hj76AIVdOcvLWYMWzy6sJyIMic2aQz5kh2bPTd9dzY3NtdeEAzPp/PhgZqr4aJObB3ym/vsItMg==" crossorigin="anonymous"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/js/all.min.js" integrity="sha512-YSdqvJoZr83hj76AIVdOcvLWYMWzy6sJyIMic2aQz5kh2bPTd9dzY3NtdeEAzPp/PhgZqr4aJObB3ym/vsItMg==" crossorigin="anonymous"></script>-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"> </script>
<script async defer data-domain="svtplay-dl.se" src="https://metrics.i19.se/pls.js"></script>

{% if site.google_analytics %}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>{{ page.title }}</h1>
<a href="/install/" class="btn btn-lg btn-outline-primary mb-3 mb-md-0 mr-md-3">Get started</a>
<a href="/archive/" class="btn btn-lg btn-outline-secondary">Download</a>
</div>
<p class="text-muted mb-0">Currently v4.97.1 (2024-07-29)</p>
<p class="text-muted mb-0">Currently v4.101 (2024-10-25)</p>
</div>
<div class="col-md-6">
<img src="/assets/brand/logo.svg" width="256" height="256" class="img-fluid mb-3">
Expand Down
27 changes: 27 additions & 0 deletions _pages/aftonbladet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
layout: page
title: aftonbladet
permalink: /aftonbladet/
icon: fas fa-folder-open
description: aftonbladet premium
---



Login to aftonbladet, press `ctrl + shift + i` or `F12`, then press `network` tab. then go to the aftonbladet plus video, find the call `?access=plus` in the network tab.
<br />
![console](/assets/network.png) <br />

go to the request headers and scroll down to the header: `x-sp-id`
Copy that text that starts with `ey..`<br />
![console](/assets/headers.png) <br />

then you can use it like this: `svtplay-dl --token "ey.." https://www.aftonbladet.se/..`

or use put it in the [config](/config/) like this for example

```yaml
service:
aftonbladet:
token: "ey..."
```
6 changes: 3 additions & 3 deletions _pages/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ description: Download page for svtplay-dl

There might be a better solution for you, than downloading a file from here.

* [Latest (currently 4.97.1](https://svtplay-dl.se/download/4.97.1/svtplay-dl)
* [Latest windows 64bit .exe (currently 4.97.1)](https://svtplay-dl.se/download/4.97.1/svtplay-dl-amd64.zip)
* [Latest windows 32bit .exe (currently 4.97.1)](https://svtplay-dl.se/download/4.97.1/svtplay-dl-win32.zip)
* [Latest (currently 4.101)](https://svtplay-dl.se/download/4.101/svtplay-dl)
* [Latest windows 64bit .exe (currently 4.101)](https://svtplay-dl.se/download/4.101/svtplay-dl-amd64.zip)
* [Latest windows 32bit .exe (currently 4.101)](https://svtplay-dl.se/download/4.101/svtplay-dl-win32.zip)

* [Snapshots](/download/snapshots/) created from each push. it might be broken. use at your own risk.

Expand Down
21 changes: 21 additions & 0 deletions _posts/2024-10-25-4.101.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: post
title: "4.101"
date: 2024-10-25 22:37:00 +0200
categories: releases
windows-amd64: true
windows-win32: true
binary: true
---

* tv4play: fixed a crash using -A (thanks to kler for the contribution)
* tv4play: improved DRM message a bit.
* tv4play: improved detection on what videos we can download in -A
* dr.dk: fixed so its working again
* hls: fixed some videos got the wrong alt stremas.
* aftonbladet: fixed so we can download premium videos via a token (thanks to FilipElander for the contribution)
* svtplay: fixed a crash in some specific videos
* Avoid overwrite config for merge subtitle (thanks to carlcnx for the contribution)


* [Token](/aftonbladet/)
Binary file added assets/headers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/network.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 74a6e6c

Please sign in to comment.