Commit Graph
7 Commits
Author SHA1 Message Date
Mattias WadmanandGitHub 0ada1b90b8 [svt] Extract timestamp and thumbnail in more cases (#27130)
Add timestamp, set to "valid from" which i think could been seen as publish time.
Add thumbnail in more cases, seems to was only done in the embedded data case for some reason.
Switch svtplay test url to an existing video and also one with no expire date.
Also add an additional thumbnail url test regex.
2020-11-21 23:24:37 +07:00
Mattias WadmanandRemita Amine 7ff8ad80f1 [sverigesradio] Add extractor 2019-04-28 10:07:06 +01:00
Mattias WadmanandSergey M․ fd97fa7bfc [svtplay:series] Add extractor
Related to #11130
2018-04-05 00:28:58 +07:00
Mattias WadmanandSergey M b5e531f31a [acast] Fix extraction 2018-01-02 23:32:17 +07:00
Mattias WadmanandYen Chi Hsuan 45024183ae [infoq] Add audio only format if available (#11565)
* [infoq] Add audio only format if available

Refactor cookie code into a function.
Renamed formats to http_video, http_audio, rtmp_video
Renamed extract functions to video instead of videos as they return
one or no video.

* [infoq] Rename to _extract_cookies as it more than one

* [infoq] Remove redundant determine_ext

* [infoq] Add comment about hardcoded URL

* [infoq] Use _hidden_inputs instead of messy regex

* [infoq] Probe if audio URL is valid

Make it possible to pass headers to _is_valid_url

* [infoq] Add audio only test
2017-02-03 12:10:13 +08:00
Mattias WadmanandRemita Amine 846fd69bac [acast] Add test with multiple blings 2016-12-24 14:28:30 +01:00
Mattias WadmanandRemita Amine 12da830993 [acast] Fix broken audio URL and timestamp extraction
Before first bling was used now we look for the first bling with
type BlingAudio.

Before publishingDate was a ms unix timestamp now it is iso8601.
2016-12-24 14:28:30 +01:00