Commit Graph

31 Commits (9e5ca66f16998eb2a680e23a6e769e34001898c5)

Author SHA1 Message Date
Josh Soref 71ddc222ad
Fix typos (#27084)
* spelling: authorization

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: brightcove

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: creation

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: exceeded

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: exception

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: extension

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: extracting

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: extraction

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: frontline

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: improve

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: length

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: listsubtitles

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: multimedia

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: obfuscated

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: partitioning

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: playlist

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: playlists

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: restriction

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: services

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: split

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: srmediathek

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: support

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: thumbnail

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: verification

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: whitespaces

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
3 years ago
Yen Chi Hsuan ec85ded83c
Fix "invalid escape sequences" error on Python 3.6 7 years ago
Déstin Reed dcdb292fdd
Unify coding cookie 8 years ago
Sergey M․ 68bb2fef95
[tagesschau] Restrict playlist entry regex 8 years ago
Sergey M․ 854cc54bc1
[tagesschau] Expand video id 8 years ago
Sergey M․ 651ad35ce0
[tagesschau] Relax _VALID_URL 8 years ago
Sergey M․ 6a0f9a24d0
[tagesschau] Separate player extractor 8 years ago
Sergey M․ 2844b09336
[tagesschau] Fix article media ids 8 years ago
Sergey M․ 1a2b377cc2
[tagesschau] Fix audio support 8 years ago
Sergey M․ 4c1b2e5c0e
[tagesschau] Add support for playlists 8 years ago
Sergey M․ fc35cd9e0c
[tagesschau] Relax _VALID_URL 8 years ago
Sergey M․ 339fe7228a
[tagesschau] Update _FORMATS map 8 years ago
Jaime Marquínez Ferrándiz ca4456eda8 [tagesschau] Remove unused import 9 years ago
Sergey M․ 3e214851a4 [tagesschau] Improve tests 9 years ago
Sergey M․ a47b602b08 [tagesschau] Add support for audio 9 years ago
Sergey M․ 948199deac [tagesschau] Relax _VALID_URL and simplify 9 years ago
Sergey M․ c356620ec1 Merge branch 'patch/enhance-tagesschau-regex' of https://github.com/rohieb/youtube-dl into rohieb-patch/enhance-tagesschau-regex 9 years ago
Roland Hieber 726adc43ec [tagesschau] set description=None for empty descriptions 9 years ago
Roland Hieber 3c6ae8b59e [tagesschau] add support for Bericht aus Berlin videos 9 years ago
Roland Hieber c51bc70e0f [tagesschau] fix test which links to nonexisting video 9 years ago
Roland Hieber e89d7e3029 [tagesschau] add support for more video types
I found that currently only tagesschau videos are played. There are some
more shows hosted on tagesschau.de (see [0] for example) which are
easily playable by adjusting the regex. So this patch adds support for:
* tagesthemen
* tagesschau vor 20 Jahren
* tagesschau (mit Gebärdensprache)
* nachtmagazin

Note that some videos don't provide a description, so in order for the
tests to succeed, an ExtractorError needs to get caught.

[0]: http://www.tagesschau.de/multimedia/video/videoarchiv2~_date-20150714.html
9 years ago
Philipp Hagemeister 6591fdf51f [tagesschau] Look at the right place for download links 10 years ago
Philipp Hagemeister 045c48847a [tagesschau] Add suppot for sendung (Fixes #4378) 10 years ago
Philipp Hagemeister 122c2f87c1 [tagesschau] Modernize 10 years ago
Philipp Hagemeister df8ba0d2cf [tagesschau] Remove test case
See http://de.wikipedia.org/wiki/Depublizieren for the sad rationale.
10 years ago
Petr Půlpán 29f6ed78e8 [tagesschau] replace 404 test 10 years ago
Philipp Hagemeister 4a5b4d34dc [tagesschau] Add support for width/height 10 years ago
pulpe a45e6aadd7 [TagesschauIE] Fix possible error if quality is not defined 10 years ago
pulpe 6a15923b77 [TagesschauIE] Add note to 2nd _download_webpage 10 years ago
pulpe 7ffad0af5a [TagesschauIE] Remove unused import 10 years ago
pulpe 0e3ae92441 [TagesschauIE] Add extractor for tagesschau.de (fixes #3049) 10 years ago