1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-12-02 13:27:56 +01:00
Commit Graph

6 Commits

Author SHA1 Message Date
Guillem Vela
69c4e35907 [CCMA] Add test with multiple subtitles
Added test is one of the cases of broken compatibility.
Issue is in featuring multiple languages in the subtitles field.
2020-02-27 22:37:35 +01:00
Guillem Vela
8fbefa5cf7 [CCMA] Fix wrong timestamp issue
For some reason, provided UTC timestamp does not comply ISO8601, as its
format is YYYY-DD-MM instead of expected YYYY-MM-DD.

This can be checked with the also provided "text" field of
emission date object. Example:
"data_emissio": {
            "text": "14/05/2002�21:39",
            "utc": "2002-14-05T21:39:28+0200"
}

This commit fixes this behavior.
2020-02-27 22:37:35 +01:00
Sergey M․
3052a30d42
Improve URL extraction 2018-07-21 19:08:28 +07:00
Sergey M․
040c6296bb
[ccma] Fix video extraction (closes #15931) 2018-04-22 04:55:35 +07:00
Bob Poekert
af85ce29c6 [ccma] Fix typo 2017-11-12 13:25:21 +07:00
Remita Amine
199a47abba [ccma] Add new extractor(closes #11359) 2016-12-18 10:49:10 +01:00