Andy Jackson
Andy Jackson
I suspect that error is cropping up because you are relying on the old [Java Advanced Imaging API](http://www.oracle.com/technetwork/java/current-142188.html), which was a Sun add-on to the core JVM that is no...
I've attempted to update this with the information you provided, @PromyLOPh @tw4l .
For context, here's an example record given to me by @ikreymer ``` WARC/1.0 WARC-Date: 2019-03-04T22:36:36Z WARC-Source-URI: file:///Users/ilya/work/videowork/sample/conversions/www.snp.org/blog/post/2012/feb/scottish-independence-good-england/CTOAAND9Y6W.flv/CTOAAND9Y6W.flv.webm WARC-Refers-To-Target-Date: 2019-02-06T00:29:48Z WARC-Creation-Date: 2019-03-04T22:44:03Z WARC-Refers-To: WARC-Refers-To-Target-URI: http://www.snp.org/blog/post/2012/feb/scottish-independence-good-england/CTOAAND9Y6W.flv/CTOAAND9Y6W.flv WARC-JSON-Metadata: {"command": "ffmpeg -y -i {input}...
Thank `(DEITY|EXPLETIVE)` for that.
I think is that there is a practical implementation of this, but AFAIK only one, at @elzikb's organisation. I'd rather know that one or more organisations actually use (or at...
Does the WARC file itself even have an ID? I guess I'm not sure how much it would take to make this unambiguous, particularly for sequences of concatenations. I agree...
Need to mature http://iipc.github.io/warc-specifications/specifications/warc-rendered-targets/warc-rendered-targets-1.0/ first.
Yes, that would be a WARC `revisit` record with a `WARC-Transcluded-By` field, I think. I realised getting H3 to support that might not be plausible, but I'd like to be...
That's what I mean. H3's frontier logic can't support this reliably. But `warcprox` could, for example.
Ah, so, I was going on the basis of [this documentation](https://code.google.com/p/guava-libraries/wiki/InternetDomainNameExplained) that indicated that the Guava classes also just used the publicsuffix.org list. Maybe that documentation is out of date?