Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [update] Do not restart into versions without `--update-to` | pukkandan | 2023-06-21 | 1 | -6/+7 |
| | |||||
* | [downloader/fragment] Do not sleep between fragments | pukkandan | 2023-06-21 | 1 | -0/+3 |
| | | | | Closes #6599 | ||||
* | [outtmpl] Fix some minor bugs | pukkandan | 2023-06-21 | 3 | -7/+7 |
| | | | | Closes #7164 | ||||
* | [utils] `strftime_or_none`: Handle negative timestamps | pukkandan | 2023-06-21 | 1 | -1/+4 |
| | | | | | Closes #6706 Authored by pukkandan, dirkf | ||||
* | Add `--compat-option playlist-match-filter` | pukkandan | 2023-06-21 | 3 | -8/+9 |
| | | | | Closes #6073 | ||||
* | [extractor/youtube] Ignore wrong fps of some formats | pukkandan | 2023-06-21 | 1 | -1/+4 |
| | |||||
* | [cookies] Revert compatibility breakage in ↵ | pukkandan | 2023-06-21 | 2 | -11/+11 |
| | | | | b38d4c941d1993ab27e4c0f8e024e23c2ec0f8f8 | ||||
* | [extractor/youtube] Prioritize premium formats | pukkandan | 2023-06-21 | 1 | -3/+4 |
| | | | | Closes #7283 | ||||
* | [utils] `FormatSorter`: Improve `size` and `br` | pukkandan | 2023-06-21 | 2 | -20/+15 |
| | | | | | | | | | | | | Closes #1596 Previously, when some formats have accurate size and some approximate, the ones with accurate size was always prioritized For formats with known tbr and unknown vbr/abr, we were setting (vbr=tbr, abr=0) for sorting to work. This is no longer needed. Authored by pukkandan, u-spec-png | ||||
* | [extractor/zaiko] ZaikoETicket: Add extractor (#7347) | Mozi | 2023-06-20 | 2 | -17/+58 |
| | | | Authored by: pzhlkj6612 | ||||
* | [extractor/yappy] YappyProfile: Add extractor (#7346) | Vladislav | 2023-06-19 | 2 | -2/+33 |
| | | | Authored by: 7vlad7 | ||||
* | [extractor/nhk] `NhkRadiruLive`: Add extractor (#7332) | garret | 2023-06-19 | 3 | -1/+78 |
| | | | Authored by: garret1317 | ||||
* | [jsinterp] Fix global object extraction | pukkandan | 2023-06-18 | 2 | -2/+7 |
| | | | | Closes #7327 | ||||
* | [postprocessor] Print newline for `--progress-template` | pukkandan | 2023-06-17 | 1 | -1/+1 |
| | | | | Closes #7193 | ||||
* | [extractor/youtube] Determine audio language using automatic captions | pukkandan | 2023-06-17 | 1 | -2/+6 |
| | |||||
* | [extractor/iwara] Fix authentication (#7137) | toomyzoom | 2023-06-15 | 1 | -64/+85 |
| | | | | Closes #7035, Closes #7207 Authored by: toomyzoom | ||||
* | [extractor/tv4] Fix extractor (#5649) | TxI5 | 2023-06-15 | 1 | -32/+45 |
| | | | | Closes #5535 Authored by: TxI5, dirkf | ||||
* | [extractor/stripchat] Fix extractor (#7306) | foreignBlade | 2023-06-15 | 1 | -2/+1 |
| | | | | Closes #7305 Authored by: foreignBlade | ||||
* | [extractor/afreecatv] Fix extractor (#6283) | Jeong, Heon | 2023-06-14 | 1 | -76/+27 |
| | | | | Closes #6133 Authored by: blmarket | ||||
* | [extractor/ettutv] Add extractor (#6579) | Elyse | 2023-06-14 | 2 | -0/+61 |
| | | | | Closes #6359 Authored by: elyse0 | ||||
* | [extractor/discogs] Add extractor (#6624) | RjY | 2023-06-14 | 2 | -0/+36 |
| | | | Authored by: rjy | ||||
* | [extractor/urplay] Extract all subtitles (#7309) | hoaluvn | 2023-06-14 | 2 | -12/+14 |
| | | | Authored by: hoaluvn | ||||
* | [extractor/wrestleuniverse] Fix cookies support | bashonly | 2023-06-13 | 1 | -1/+1 |
| | | | | | Closes #7298 Authored by: bashonly | ||||
* | [extractor/funker530] Add extractor (#7291) | Cyberes | 2023-06-13 | 3 | -1/+81 |
| | | | Authored by: Cyberes | ||||
* | [extractor/zaiko] Add extractor (#7254) | c-basalt | 2023-06-12 | 2 | -0/+93 |
| | | | | Closes #7196 Authored by: c-basalt | ||||
* | [extractor/ximalaya] Sort playlist entries (#7292) | linsui | 2023-06-12 | 1 | -1/+1 |
| | | | Authored by: linsui | ||||
* | [extractor/tiktok] Fix resolution extraction (#7237) | puc9 | 2023-06-11 | 1 | -2/+2 |
| | | | Authored by: puc9 | ||||
* | [extractor/zee5] Fix extraction of new content (#7280) | bashonly | 2023-06-11 | 1 | -7/+19 |
| | | | Authored by: bashonly | ||||
* | [extractor/odnoklassniki] Fix formats extraction (#7217) | bashonly | 2023-06-11 | 1 | -13/+43 |
| | | | | Closes #2959, Closes #4462, Closes #7201 Authored by: bashonly | ||||
* | [extractor/Dumpert] Fix m3u8 and support new URL pattern (#6091) | DataGhost | 2023-06-11 | 1 | -7/+42 |
| | | | | Authored by: DataGhost, pukkandan Closes #5032 | ||||
* | [jsinterp] Fix division (#7279) | bashonly | 2023-06-10 | 3 | -1/+12 |
| | | | | | * Fixes nsig decryption for Youtube JS player `8c7583ff` Authored by: bashonly | ||||
* | [extractor/voot] Fix extractor (#7227) | bashonly | 2023-06-10 | 1 | -61/+122 |
| | | | | Closes #6715 Authored by: bashonly | ||||
* | [extractor/twitter] Add login support (#7258) | bashonly | 2023-06-08 | 1 | -15/+198 |
| | | | | Closes #6951 Authored by: bashonly | ||||
* | [extractor/lbry] Extract original quality formats (#7257) | bashonly | 2023-06-08 | 1 | -48/+81 |
| | | | | Closes #7251 Authored by: bashonly | ||||
* | [extractor/youtube] Extract `channel_is_verified` (#7213) | coletdjnz | 2023-06-08 | 3 | -0/+40 |
| | | | | Authored by: coletdjnz | ||||
* | [extractor/youtube] Misc cleanup | pukkandan | 2023-06-08 | 1 | -27/+66 |
| | | | | Authored by: coletdjnz | ||||
* | [extractor/rozhlas] `MujRozhlas`: Add extractor (#7129) | stanoarn | 2023-06-07 | 2 | -21/+144 |
| | | | Authored by: stanoarn | ||||
* | [extractor/mgtv] Fix formats extraction (#7234) | bashonly | 2023-06-05 | 1 | -25/+40 |
| | | | | Closes #7008 Authored by: bashonly | ||||
* | [extractor/zdf] Fix formats extraction | bashonly | 2023-06-05 | 1 | -1/+4 |
| | | | | | Closes #7238, Closes #7240 Authored by: bashonly | ||||
* | [extractor/tiktok] Extract 1080p adaptive formats (#7228) | bashonly | 2023-06-04 | 1 | -4/+30 |
| | | | | Closes #7109 Authored by: bashonly | ||||
* | [extractor/hotstar] Support `/shows/` URLs (#7225) | bashonly | 2023-06-04 | 1 | -4/+36 |
| | | | | Closes #6463 Authored by: bashonly | ||||
* | [extractor/shemaroome] Pass `stream_key` header to downloader (#7224) | bashonly | 2023-06-04 | 1 | -1/+4 |
| | | | | Closes #7133 Authored by: bashonly | ||||
* | [extractor/sonyliv] Fix login with token (#7223) | bashonly | 2023-06-04 | 1 | -1/+5 |
| | | | Authored by: bashonly | ||||
* | [extractor/foxnews] Fix extractors (#7222) | bashonly | 2023-06-04 | 2 | -24/+62 |
| | | | | Closes #6050 Authored by: bashonly | ||||
* | [extractor/sverigesradio] Support slug URLs (#7220) | bashonly | 2023-06-04 | 1 | -12/+50 |
| | | | | Closes #7145 Authored by: bashonly | ||||
* | [extractor/tencent] Fix fatal metadata extraction (#7219) | bashonly | 2023-06-04 | 1 | -7/+7 |
| | | | | Closes #7177 Authored by: bashonly | ||||
* | [extractor/substack] Fix extraction (#7218) | bashonly | 2023-06-04 | 1 | -3/+5 |
| | | | | Closes #7155 Authored by: bashonly | ||||
* | [extractor/acast] Support embeds (#7212) | Paul Wise | 2023-06-04 | 1 | -6/+28 |
| | | | Authored by: pabs3 | ||||
* | [extractor/youtube] Support shorter relative time format (#7191) | coletdjnz | 2023-06-03 | 1 | -2/+9 |
| | | | | | See: https://github.com/TeamNewPipe/NewPipeExtractor/issues/1067 Authored by: coletdjnz | ||||
* | [extractor/vrt] Overhaul extractors (#6244) | Jeroen Jacobs | 2023-06-02 | 4 | -496/+384 |
| | | | | | | | | | | | | * Fixes `VrtNU` extractor to work with the VRT MAX site change * Adapts `VRT`, `Ketnet` and `DagelijkseKost` extractors to the new VRT API * Removes `Canvas` and `CanvasEen` extractors; the sites and API no longer exist * Moves all remaining VRT-related extractors into the `vrt` module Closes #4908 Authored by: jeroenj, bergoid, bashonly Co-authored-by: bergoid <bergoid@users.noreply.github.com> Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> |