mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2024-11-14 04:17:29 +00:00
Rename Second to NewLeaf
This commit is contained in:
parent
9da30868ef
commit
3dbea65c62
@ -5,7 +5,7 @@
|
|||||||
- [Project hub][hub]
|
- [Project hub][hub]
|
||||||
- [Announcements][announce]
|
- [Announcements][announce]
|
||||||
- › CloudTube repo
|
- › CloudTube repo
|
||||||
- [Second repo][second]
|
- [NewLeaf repo][newleaf]
|
||||||
- [Mailing list][list] for development and discussion
|
- [Mailing list][list] for development and discussion
|
||||||
- [Todo tracker][todo] for listing problems and feature requests
|
- [Todo tracker][todo] for listing problems and feature requests
|
||||||
- [Chatroom on Matrix][matrix]
|
- [Chatroom on Matrix][matrix]
|
||||||
@ -13,7 +13,7 @@
|
|||||||
[hub]: https://sr.ht/~cadence/tube/
|
[hub]: https://sr.ht/~cadence/tube/
|
||||||
[announce]: https://lists.sr.ht/~cadence/tube-announce
|
[announce]: https://lists.sr.ht/~cadence/tube-announce
|
||||||
[cloudtube]: https://git.sr.ht/~cadence/cloudtube
|
[cloudtube]: https://git.sr.ht/~cadence/cloudtube
|
||||||
[second]: https://git.sr.ht/~cadence/Second
|
[newleaf]: https://git.sr.ht/~cadence/NewLeaf
|
||||||
[list]: https://lists.sr.ht/~cadence/tube-devel
|
[list]: https://lists.sr.ht/~cadence/tube-devel
|
||||||
[todo]: https://todo.sr.ht/~cadence/tube
|
[todo]: https://todo.sr.ht/~cadence/tube
|
||||||
[matrix]: https://matrix.to/#/#cloudtube:cadence.moe
|
[matrix]: https://matrix.to/#/#cloudtube:cadence.moe
|
||||||
|
@ -130,7 +130,7 @@ p The selected instance, #[code= instanceOrigin], did not respond correctly.
|
|||||||
h3.actor YouTube
|
h3.actor YouTube
|
||||||
| Working
|
| Working
|
||||||
p.
|
p.
|
||||||
CloudTube needs to a working Second/Invidious instance in order to get data about videos.
|
CloudTube needs a working NewLeaf/Invidious instance in order to get data about videos.
|
||||||
However, the selected instance, #[code= instanceOrigin], has been temporarily blocked by YouTube.
|
However, the selected instance, #[code= instanceOrigin], has been temporarily blocked by YouTube.
|
||||||
p.
|
p.
|
||||||
You will be able to watch this video if you select a working instance in settings.
|
You will be able to watch this video if you select a working instance in settings.
|
||||||
|
@ -25,7 +25,7 @@ function lengthSecondsToLengthText(seconds) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Second and Invidious don't return quite the same data. This
|
* NewLeaf and Invidious don't return quite the same data. This
|
||||||
* function normalises them so that all the useful properties are
|
* function normalises them so that all the useful properties are
|
||||||
* available no matter the kind of instance. The video is modified
|
* available no matter the kind of instance. The video is modified
|
||||||
* in-place.
|
* in-place.
|
||||||
|
Loading…
Reference in New Issue
Block a user