ctaity

Results 34 comments of ctaity

Yes, is not document but.... ``` private static final String SEARCH_METHOD = "flickr.people.search"; private URI getSearchUri(int page, String searchName) throws URISyntaxException, IOException { return new URIBuilder(API_URL) .addParameter("username", searchName) .addParameter("api_key", this.getSiteToken())...

can you share with me the test? This search is called from flickr in the public search of profiles, is a different search, is not only by username.

private static final String API_URL = "https://api.flickr.com/services/rest";

Thanks, i going to checkout.

Yes, when the m3u8 has a #EXT-DISCONTINUTY and the tag #EXT-PROGRAMDATETIME is in the middle for example of the manifest, the following code, dont works. ``` if (fragments[0].rawProgramDateTime) this._programDateTime =...

Yes, the hls tag is #EXT-X-PROGRAM-DATE-TIME, https://tools.ietf.org/html/draft-pantos-http-live-streaming-12#section-3.4.5 The tag retain the timestamp when the streaming started, and is useful to do some thigs in live streaming.

The bug occurs, when the encoder (nginx - rtmp) has a discontinuty and put the tag #EXT-PROGRAMDATETIME, in the middle of the manifest. XXX XXX XXX XXX XXX #EXT-PROGRAMDATETIME XXX...

Not a fan, but stealth and recaptcha works, i am a scrapper, i use any thing that works lol