Giter Club home page Giter Club logo

Comments (10)

hArshpb11 avatar hArshpb11 commented on September 3, 2024 6

Need to make little modification in "XCDYouTubeVideoOperation" For make this Fix.
Replac line number 152,361 with new one that i have listedout at bottom.

File : XCDYouTubeVideoOperation

line: 152
line: 361

Modification for line 152: NSDictionary *query = @{ @"video_id": self.videoIdentifier, @"hl": self.languageIdentifier, @"el": eventLabel, @"ps": @"default", @"html5" : @1 };

Modification for line 361: NSDictionary *query = @{ @"video_id": self.videoIdentifier, @"hl": self.languageIdentifier, @"eurl": eurl, @"sts": sts, @"html5" : @1 };

from xcdyoutubekit.

ryanfrancesconi avatar ryanfrancesconi commented on September 3, 2024

duplicate of #530
duplicate of #525

from xcdyoutubekit.

zeqinjie avatar zeqinjie commented on September 3, 2024

+1

from xcdyoutubekit.

Tsquared86 avatar Tsquared86 commented on September 3, 2024

HI is anyone having problems with this again? I did these changes about a month ago but as of lately no longer work.

from xcdyoutubekit.

ryanfrancesconi avatar ryanfrancesconi commented on September 3, 2024

@Tsquared86 yes, it's broken again for me as well

from xcdyoutubekit.

NikKovIos avatar NikKovIos commented on September 3, 2024

Yep

from xcdyoutubekit.

marcoswmv avatar marcoswmv commented on September 3, 2024

Yes. Did anyone find a solution for it?

from xcdyoutubekit.

cironapo avatar cironapo commented on September 3, 2024

I replace the line 152 in "XCDYouTubeVideoOperation.m" with
NSDictionary *query = @{ @"video_id": self.videoIdentifier, @"hl": self.languageIdentifier, @"el": eventLabel, @"ps": @"default", @"html5" : @"1" };

and le line 154 in "XCDYouTubeVideoOperation.m" with
NSURL *videoInfoURL = [NSURL URLWithString:[@"https://www.youtube.com/get_video_info?eurl=https%3A%2F%2Fyoutube.googleapis.com%2Fv%2Fonz2k4zoLjQ&c=TVHTML5&cver=6.20180913&" stringByAppendingString:queryString]];

I followed this link
https://stackoverflow.com/questions/67615278/get-video-info-youtube-endpoint-suddenly-returning-404-not-found

from xcdyoutubekit.

ryanfrancesconi avatar ryanfrancesconi commented on September 3, 2024

There is a PR here that addresses it:
#539

from xcdyoutubekit.

haroonakram avatar haroonakram commented on September 3, 2024

I am having the same issue... does any one found any solution or can suggest any other option?

from xcdyoutubekit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.