-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
58 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} | ||
|
@@ -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 %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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..." | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.