>>1323739There is one last thing we could try anon.
We could try to find the very first time the video has been posted in one of the archives.
Is this you? lol
https://desuarchive.org/wsg/search/image/QFbZU-5P1v-XfXnIW6FZUA/#>Fri 05 Aug 2022 06:48:26 No.4667874>can someone tell me what remix of 'crave you' from flight facilities that is?That's the earliest it goes and obviously this is not the original post.
The last clue is the filename. I've never noticed until right now that the filename is actually the GM time / UTC time of the post.
This is OP's video url
https://i.4cdn.org/wsr/1676824468497473.webm[code:lit]
$ perl -MTime::Piece -E 'say gmtime(1676824468497473/1000_000)->datetime '
2023-02-19T16:34:28
$ perl -MTime::Piece -E 'say localtime(1676824468497473/1000_000)->datetime '
# depent on your timezone
[/code:lit]
If you adjust the time to your time zone you'll see that it is the date of
>>1321245.
Now, the earliest filename in desuarchive is 1658335517001715.webm
[code:lit]
$ perl -MTime::Piece -E 'say localtime(1658335517001715/1000_000)->datetime '
2022-07-20T18:45:17
$ perl -MTime::Piece -E 'say localtime(1658335517001715/1000_000)->datetime '
# depent on your timezone
[/code:lit]
Supposing it is the original filename/timestamp you could find the original post and pray that there is additional information in the thread.