Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This reverts commit 4a5ba28a87a1a1632e58a1de404eb1fa268118a3.
|
|
watch_as3.swf"
This reverts commit 85ca019d9679d75c26b7ee4106dd7d98136f3c88.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add generic support for mpd manifests(dash formats)
|
|
|
|
|
|
|
|
|
|
Facebook DASH formats
|
|
|
|
|
|
|
|
|
|
|
|
For consistency with _parse_smil_*
|
|
Not used anymore
|
|
|
|
|
|
|
|
It was matching www.youtube.com/embed/WpfukLMe1TM.
The generic extractor automatically adds http:// if it's missing.
|
|
[youtube] added vcodec/acodec/abr for multiple itags
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes test_Youtube_18
|
|
In RFC6381, there's no rule stating that the first part of codecs should
be video and the second part should be audio, while it seems the case
for data reported by YouTube.
|
|
(Closes #8164)
|
|
Should make downloading with filters more precise and easier, ie. bestvideo[vcodec=h264]. By default a lot of codecs are specified as avc1.xxxxxx and unique for each format, which makes them unusable for bestvideo selection.
|
|
|
|
|
|
|
|
|
|
|