-
-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update cookie value in YoutubeHttpHandler.cs #811
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Can confirm this works. Thank you. |
Thanks! |
xBaank
added a commit
to xBaank/YoutubeExplode
that referenced
this pull request
Sep 19, 2024
* Bump the nuget group with 6 updates (Tyrrrz#802) Bumps the nuget group with 7 updates: | Package | From | To | | --- | --- | --- | | [xunit](https://github.com/xunit/xunit) | `2.8.1` | `2.9.0` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.1` | `2.8.2` | | [Avalonia](https://github.com/AvaloniaUI/Avalonia) | `11.0.11` | `11.1.1` | | [Avalonia.Desktop](https://github.com/AvaloniaUI/Avalonia) | `11.0.11` | `11.1.1` | | [Avalonia.Diagnostics](https://github.com/AvaloniaUI/Avalonia) | `11.0.11` | `11.1.1` | | [Material.Avalonia](https://github.com/AvaloniaCommunity/Material.Avalonia) | `3.6.0` | `3.7.2` | | [Avalonia](https://github.com/AvaloniaUI/Avalonia) | `11.0.11` | `11.1.0` | Updates `xunit` from 2.8.1 to 2.9.0 - [Commits](xunit/xunit@2.8.1...2.9.0) Updates `xunit.runner.visualstudio` from 2.8.1 to 2.8.2 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.8.1...2.8.2) Updates `Avalonia` from 11.0.11 to 11.1.1 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](AvaloniaUI/Avalonia@11.0.11...11.1.1) Updates `Avalonia.Desktop` from 11.0.11 to 11.1.1 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](AvaloniaUI/Avalonia@11.0.11...11.1.1) Updates `Avalonia` from 11.0.11 to 11.1.1 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](AvaloniaUI/Avalonia@11.0.11...11.1.1) Updates `Avalonia.Diagnostics` from 11.0.11 to 11.1.1 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](AvaloniaUI/Avalonia@11.0.11...11.1.1) Updates `Avalonia` from 11.0.11 to 11.1.1 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](AvaloniaUI/Avalonia@11.0.11...11.1.1) Updates `Material.Avalonia` from 3.6.0 to 3.7.2 - [Release notes](https://github.com/AvaloniaCommunity/Material.Avalonia/releases) - [Commits](AvaloniaCommunity/Material.Avalonia@v3.6.0...v3.7.2) Updates `Avalonia` from 11.0.11 to 11.1.0 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](AvaloniaUI/Avalonia@11.0.11...11.1.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Avalonia dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Avalonia.Desktop dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Avalonia dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Avalonia.Diagnostics dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Avalonia dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Material.Avalonia dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Avalonia dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update readme to mention that muxed streams may be unavailable * Add muxed stream mention in the XML docs * Update FFmpeg in tests to v7.0 * Use new platform APIs in more places * Don't use `AppDomain` * Bump the nuget group with 7 updates (Tyrrrz#807) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Use .NET 9 features: `Lock` and `Index()` via PolyShim * Fix formatting * Update cookie value in YoutubeHttpHandler.cs (Tyrrrz#811) Fixes Tyrrrz#810 * More questionable formatting * Formatting * Allow skipping tests on CD for emergency deployments * Proper fallback for `skip-tests` --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Co-authored-by: Kacper Tryniecki <kacper@tryniecki.com>
xBaank
added a commit
to xBaank/YoutubeExplode
that referenced
this pull request
Sep 27, 2024
* Bump the nuget group with 6 updates (Tyrrrz#802) Bumps the nuget group with 7 updates: | Package | From | To | | --- | --- | --- | | [xunit](https://github.com/xunit/xunit) | `2.8.1` | `2.9.0` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.1` | `2.8.2` | | [Avalonia](https://github.com/AvaloniaUI/Avalonia) | `11.0.11` | `11.1.1` | | [Avalonia.Desktop](https://github.com/AvaloniaUI/Avalonia) | `11.0.11` | `11.1.1` | | [Avalonia.Diagnostics](https://github.com/AvaloniaUI/Avalonia) | `11.0.11` | `11.1.1` | | [Material.Avalonia](https://github.com/AvaloniaCommunity/Material.Avalonia) | `3.6.0` | `3.7.2` | | [Avalonia](https://github.com/AvaloniaUI/Avalonia) | `11.0.11` | `11.1.0` | Updates `xunit` from 2.8.1 to 2.9.0 - [Commits](xunit/xunit@2.8.1...2.9.0) Updates `xunit.runner.visualstudio` from 2.8.1 to 2.8.2 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.8.1...2.8.2) Updates `Avalonia` from 11.0.11 to 11.1.1 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](AvaloniaUI/Avalonia@11.0.11...11.1.1) Updates `Avalonia.Desktop` from 11.0.11 to 11.1.1 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](AvaloniaUI/Avalonia@11.0.11...11.1.1) Updates `Avalonia` from 11.0.11 to 11.1.1 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](AvaloniaUI/Avalonia@11.0.11...11.1.1) Updates `Avalonia.Diagnostics` from 11.0.11 to 11.1.1 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](AvaloniaUI/Avalonia@11.0.11...11.1.1) Updates `Avalonia` from 11.0.11 to 11.1.1 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](AvaloniaUI/Avalonia@11.0.11...11.1.1) Updates `Material.Avalonia` from 3.6.0 to 3.7.2 - [Release notes](https://github.com/AvaloniaCommunity/Material.Avalonia/releases) - [Commits](AvaloniaCommunity/Material.Avalonia@v3.6.0...v3.7.2) Updates `Avalonia` from 11.0.11 to 11.1.0 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](AvaloniaUI/Avalonia@11.0.11...11.1.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Avalonia dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Avalonia.Desktop dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Avalonia dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Avalonia.Diagnostics dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Avalonia dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Material.Avalonia dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Avalonia dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update readme to mention that muxed streams may be unavailable * Add muxed stream mention in the XML docs * Update FFmpeg in tests to v7.0 * Use new platform APIs in more places * Don't use `AppDomain` * Bump the nuget group with 7 updates (Tyrrrz#807) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Use .NET 9 features: `Lock` and `Index()` via PolyShim * Fix formatting * Update cookie value in YoutubeHttpHandler.cs (Tyrrrz#811) Fixes Tyrrrz#810 * More questionable formatting * Formatting * Allow skipping tests on CD for emergency deployments * Proper fallback for `skip-tests` * WIP * WIP * WIP * Use IOS * Cleanup --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Co-authored-by: Kacper Tryniecki <kacper@tryniecki.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #810