1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-06 16:25:18 +00:00

[utils] Recognize more patterns in strip_jsonp()

Used in Youku Show pages
This commit is contained in:
Yen Chi Hsuan
2017-05-26 21:58:18 +08:00
parent 59ed87cbd9
commit 5552c9eb0f
3 changed files with 15 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
version <unreleased>
Core
+ [utils] strip_jsonp() can recognize more patterns
* [postprocessor/ffmpeg] Fix metadata filename handling on Python 2 (#13182)
Extractors