Compare commits
2 commits
bf26766fa2
...
60950496fb
Author | SHA1 | Date | |
---|---|---|---|
60950496fb | |||
60969f203a |
1 changed files with 4 additions and 4 deletions
|
@ -15,8 +15,8 @@ The following terms are used:
|
||||||
|
|
||||||
## Actor related
|
## Actor related
|
||||||
|
|
||||||
- **Actors:** ActivityPub actors (https://www.w3.org/TR/activitypub/#actor-objects)
|
- **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)
|
- **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 actor types:** Things on WordPress that can be mapped to actors:
|
||||||
- WordPress users
|
- WordPress users
|
||||||
- Whole site/blog (relay)
|
- Whole site/blog (relay)
|
||||||
|
@ -260,5 +260,5 @@ The registration of an actor type also registers every actor that is currently i
|
||||||
|
|
||||||
## The approach of youtube-dl
|
## 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.
|
[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. The most [basic extractor](https://github.com/ytdl-org/youtube-dl#adding-support-for-a-new-site) is about 40 lines of code.
|
||||||
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.
|
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.
|
Loading…
Reference in a new issue