Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

DownloadUrlResolver.GetDownloadUrls returns 22 VideoInfo objects, but none CanExtractAudio == true... #246

@jphellemons

Description

@jphellemons

perhaps something is changed with the audioextraction?
This worked before:

VideoInfo video = videoInfos.First(info => info.VideoType == VideoType.Mp4 && info.Resolution == 0);

and this returns null:

VideoInfo video = videoInfos.FirstOrDefault<VideoInfo>(v=> v.CanExtractAudio == true);

when the videoInfos object contains 22 items from the "DownloadUrlResolver.GetDownloadUrls"

tested it on https://www.youtube.com/watch?v=VaxFIr3GJ-8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions