michelderooij / Get-EventSession

Script to assist in downloading Microsoft event contents or return session information.
MIT License
69 stars 29 forks source link

Problem determining where to add language criteria in System.Collections.ArrayList, leaving criteria as-is #25

Closed mitchelljb closed 11 months ago

mitchelljb commented 1 year ago

When running the command to download all sessions matching a keyword (first example), it will get the following error on downloading the videos:

Processing info session BRK31-Microsoft Teams- Supercharge the who, where, and how of work from 10/12/2022 3:00 PM [en-US]
WARNING: Multiple audio languages available; will try downloading English audio stream
WARNING: Problem determining where to add language criteria in System.Collections.ArrayList, leaving criteria as-is
Problem downloading video BRK31 Microsoft Teams: Supercharge the who, where, and how of work:
michelderooij commented 1 year ago

Should work now after they moved all content to YouTube. What happens when specifying language is that it will modify the filter that is used to add a language selection. Needs further inspection.

michelderooij commented 11 months ago

Cannot repro - will reopen when I can.