Skip to content

Commit

Permalink
Changed url
Browse files Browse the repository at this point in the history
  • Loading branch information
TijnvandenEijnde committed Sep 8, 2023
1 parent 0919e84 commit 24601ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/reverse_engineering/pages/channel_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class ChannelPage extends YoutubePage<_InitialData> {
YoutubeHttpClient httpClient,
String username,
) {
var url = 'https://www.youtube.com/user/$username?hl=en';
var url = 'https://www.youtube.com/@$username';

return retry(httpClient, () async {
try {
Expand Down

0 comments on commit 24601ad

Please sign in to comment.