Age | Commit message (Collapse) | Author |
|
- improve metadata extraction(closes #11721)
- fix playlist extraction(closes #22378)
- fix user mixes extraction(closes #15197)(closes #17865)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Not using cache results in redundant network I/O due to downloading the same pages while using --playlist-items n-m
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(closes #12582)
|
|
|
|
|
|
|
|
|
|
Closes #9874
|
|
Closes #7633
|
|
Fixes #7521
|
|
|
|
|
|
|
|
|
|
Fixes #3750 and #5272
|
|
|
|
|
|
|
|
|
|
On the tracks I tested the server number in the url from the webpage is valid
for the mp3 or the m4a file and any other number is invalid, it's a
waste of time to check them.
|
|
|
|
|
|
The second test had some wrong info.
I couldn't find the timestamp, so I have removed it.
|
|
|
|
|
|
|
|
|
|
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail.
· Use _match_id consistently whenever possible
· Fix some outdated tests
· Use consistent valid URL (always match the whole protocol, no ^ at start required)
· Use modern test definitions
|
|
|
|
|
|
|
|
|
|
|
|
|