10

StartAt Time has been added and you can use a few different formats.

example url using the "t=" option: https://www.youtube.com/watch?v=Tw-WbgyfoYk&t=300

To start at 5min, you can use: t=300 or t=300s or t=5m

To start at 4hours 19 mins, use: t=15540 or t=4h19m or t=259m

so on..

StartAt Time has been added and you can use a few different formats. example url using the "t=" option: https://www.youtube.com/watch?v=Tw-WbgyfoYk&t=300 To start at 5min, you can use: `t=300` or `t=300s` or `t=5m` To start at 4hours 19 mins, use: `t=15540` or `t=4h19m` or `t=259m` so on..

8 comments

[–] ScorpioGlitch 1 points (+1|-0) Edited

Oh, good. I have my browser so locked down that sometimes I end up wondering if the problem is on my end or not.

So if I understand you, this should expando: https://www.youtube.com/watch?v=Tw-WbgyfoYk&t=300

And this should not: https://www.youtube.com/watch?v=Tw-WbgyfoYk&t=300

And this should expando but not https://c8.alamy.com/comp/B52A7K/bad-habit-domestic-cat-eating-spaghetti-B52A7K.jpg

Edit: videos do not expando.

Edit edit: Images always expando.

[–] pembo210 [OP] 1 points (+1|-0)

yeah, me too with the browser. We built phuks around not using outside stuff(except the initial register and posting captchas, last thing left). There's no external jquery, js, fonts, gstatic, analytics, ads or trackers..

We need to add an icon for comment and text area expandos since they have different rules. Yeah, links that end in .gif/.jpg/.jpeg are auto expandos, links to youtube and other sites that would normally be expandos are just links because of the custom trimmed down markdown for the area.

[–] ScorpioGlitch 1 points (+1|-0)

To be fair, I keep clean browsers because I do dev work (Microsoft languages, html, etc). But, yeah, phuks has been consistently clean and no outside resources (which I like).

Do you guys do unit/integration tests on phuks?

[–] pembo210 [OP] 1 points (+1|-0) Edited

Yup. We have a few scripts that check most of the do stuff endpoints and we're making sure that all the dependencies dont break stuff when we update them. If we update anything and it breaks something, it pings us in the chat channel with a link to what failed.

edit: public humiliation is a good motivator :p

edit: here's one https://phab.phuks.co/source/throat/browse/master/tests/test_stuff_works.py