wertercatt
wertercatt
The mapping in NG2 is messed up more than this if you keep playing, this is just immediately noticeable.
Well, for Wikia images, we can just use the filename specified in the content-disposition header, which shouldn't negatively effect other wikis. ``` powerkitten@blaze-pc:~$ curl --head "https://vignette.wikia.nocookie.net/valve-cut-content/images/1/10/Ep2_outland_07_0405.png/revision/latest?cb=20170121045439" HTTP/2 200 server: nginx...
I am still having this looping issue. api.php for reproducibility testing: http://www.tanasinn.info/api.php Operating System: Windows 7 Professional Version 6.1 (Build 7601: Service Pack 1)[64 bit] Command Prompt output: ``` C:\Users\Patrick\Documents\WinPython-64bit-2.7.12.3Zero\scripts>cd...
@Cebtenzzre This patch does not download all the notes due to the Tumblr API only returning 50. https://stackoverflow.com/a/14428010 should help, but you'll need to scrape the /notes/ URL out of...
@bbolli www.tumblr.com/customize_api/demo_content/{blog-identifier} is an internal API which seems to return the theme configuration in JSON format. This appears to work for any blog and only requires the cookies of any...
https://www.tumblr.com/customize_api/blog/{blog-identifier} This internal api gets the theme config and the custom theme code! ...but it requires the cookies of a logged-in user and will deny requests for blogs the user...
@Cebtenzzre could you make a patch to save stuff from my findings?
> > Since I have no stream that encounters this issue I can't say if the patch fixes every issue. It does however no longer skip EXT-X-DISCONTINUITY. > > I...
> One of the major issues is that RFC-8216 is not fully supported in FFMPEG > > > > https://datatracker.ietf.org/doc/html/rfc8216 > > > > #EXT-X-DISCONTINUITY is just one of the...
> Not sure what you mean by Expat license for: > > https://github.com/globocom/m3u8 > > Since it is listed as an open source MIT license. Calling something the 'MIT license'...