1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-06 16:11:00 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
Aakash Gajjar
b19eec0d33
[fix] python 2 "url" field is missing or empty
`try_get` fails for `expected_type=str`, because in python 2
string has `unicode` type.

This commit removes the `expected_type` to disable the comparison.
2020-08-01 11:57:52 +05:30
Aakash Gajjar
6255e567d9 [tiktok] fix regex 2020-02-15 12:30:12 +05:30
Aakash Gajjar
6fb11ca851 [fix] refactor code 2020-02-15 12:09:53 +05:30
Aakash Gajjar
b901b6a08b [tiktok] fix json_string extraction 2019-12-24 11:39:43 +05:30
Aakash Gajjar
4b6d03ed87 [tiktok] fix extraction 2019-12-19 00:09:05 +05:30
Sergey M․
7c2ecbc1cc
[tiktok] Add support for new URL schema (closes #20573) 2019-04-07 21:06:09 +07:00
Sergey M․
ce18a19be9
[tiktok] Improve extraction and add support for user pages (closes #18135) 2018-12-02 02:42:56 +07:00
Ken Swenson
1ead840d2c
[tiktok] Add extractor (closes #18108) 2018-12-02 02:42:56 +07:00