From 60969f203aa299bce1e054c6bb0fc00a0f7b8fbf Mon Sep 17 00:00:00 2001 From: ruru4143 Date: Tue, 3 Oct 2023 16:45:00 +0200 Subject: [PATCH] fixed urls --- architecture design proposal.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/architecture design proposal.md b/architecture design proposal.md index d104fa4..62b52c8 100644 --- a/architecture design proposal.md +++ b/architecture design proposal.md @@ -15,8 +15,8 @@ The following terms are used: ## Actor related -- **Actors:** ActivityPub actors (https://www.w3.org/TR/activitypub/#actor-objects) -- **Actor Types:** ActivityPub [Actor Types](https://www.w3.org/TR/activitystreams-vocabulary/#actor types) +- **Actors:** ActivityPub [Actor Onbjects](https://www.w3.org/TR/activitypub/#actor-objects) +- **Actor Types:** ActivityPub [Actor Types](https://www.w3.org/TR/activitystreams-vocabulary/#actor-types) - **WordPress actor types:** Things on WordPress that can be mapped to actors: - WordPress users - Whole site/blog (relay) @@ -261,4 +261,4 @@ The registration of an actor type also registers every actor that is currently i ## The approach of youtube-dl [youtube-dl](https://github.com/ytdl-org/youtube-dl) is solving a similar problem with "extractors" that return data to the processing-chain of youtube-dl. They provide a base class that includes useful functions for common issues e.g. automatic testing, geo-bypassing, login/cookie/header management. -They can also chain extractors recursivly, like a extractor for mastodon videos, that gets the video from the post and returns the source of the video, that could be youtube, vimeo or anything else youtube-dl supports. \ No newline at end of file +They can also chain extractors recursivly, like a extractor for mastodon videos, that gets the video from the post and returns the source of the video, that could be youtube, vimeo or anything else youtube-dl supports.