about summary refs log tree commit diff
path: root/youtube_dl/extractor/peertube.py
Commit message (Collapse)AuthorAgeFilesLines
* [peertube] only call description endpoint if necessary (#29383)bopol2021-07-011-8/+8
|
* [peertube] improve thumbnail extraction(closes #28419)Remita Amine2021-03-121-2/+5
|
* [peertube] Add support for canard.tube (#28190)SirCipherz2021-02-211-1/+2
|
* [peertube] Extract files also from streamingPlaylists (#27728)0l-l02021-01-081-1/+21
| | | | | | | JSON objects with an empty "files" tag seem to be a valid PeerTube API response. In those cases the "files" arrays contained in the "streamingPlaylists" members can be used instead. closes #26002 closes #27586
* [peertube] Extract fpsSergey M․2020-12-051-0/+2
|
* [peertube] Recognize audio-only formats (closes #27295)Sergey M․2020-12-051-0/+2
|
* [peertube] Fix issues and improve extraction (closes #23657)Sergey M․2020-03-031-22/+34
|
* [peertube] Improve extraction3risian2020-03-031-23/+64
|
* [peertube] Update instances (#22414)Andrew Morgan2019-10-041-50/+347
|
* [peertube] Detect embed URLs in generic extraction (closes #21666)Sergey M․2019-07-061-1/+1
|
* Improve URL extractionSergey M․2018-07-211-2/+3
|
* [peertube] Improve generic support (closes #16733)Sergey M․2018-06-191-13/+34
|
* [peertube] Add support for generic embedsSergey M․2018-05-261-6/+17
|
* [peertube] Add support for embed and API URLsSergey M․2018-05-261-1/+8
|
* [peertube] Add extractor (closes #16301, closes #16329)Sergey M․2018-05-261-0/+210