aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [extractor/BiliBiliSearch] Don't sort by datepukkandan2022-08-211-1/+0
| | | | Related #4682
* [extractor/BiliBiliSearch] Fix infinite looppukkandan2022-08-211-1/+3
| | | | Closes #4682
* [extractor/youtube] Fix bug in format sortingpukkandan2022-08-211-2/+2
|
* [test] Fix test_youtube_signaturepukkandan2022-08-212-9/+16
|
* [extractor/uktv] Improve _VALID_URLpukkandan2022-08-201-1/+1
| | | | | Closes #4707 Authored by: dirkf
* [extractor/bitchute] Mark errors as expectedpukkandan2022-08-201-1/+3
| | | | Closes #4685
* [version] updategithub-actions2022-08-197-26/+26
| | | | | | Created by: pukkandan :ci skip all :ci run dl
* Release 2022.08.19pukkandan2022-08-193-2/+43
|
* [cleanup] Miscpukkandan2022-08-195-5/+6
|
* [jsinterp] Bring on-par with youtube-dlpukkandan2022-08-192-51/+285
| | | | | | Code from: https://github.com/ytdl-org/youtube-dl/pull/31175, https://github.com/ytdl-org/youtube-dl/pull/31182 Authored by pukkandan, dirkf
* [extractor/instagram] Fix bugs in 7d3b98be4c4567b985ba7d7b17057e930457edc9 ↵bashonly2022-08-191-6/+6
| | | | | (#4701) Authored by: bashonly
* [extractor/rai] Minor fix (#4700)nixxo2022-08-191-1/+1
| | | Closes #4691, #4690
* [extractor/instagram] Fix extraction (#4696)bashonly2022-08-191-75/+101
| | | | Closes #4657, #4532, #4475 Authored by: bashonly, pritam20ps05
* [extractor/rtbf] Fix stream extractor (#4671)Elyse2022-08-191-12/+31
| | | | Closes #4656 Authored by: elyse0
* [extractor/zattoo] Fix Zattoo resellers (#4675)Alexander Seiler2022-08-192-57/+481
| | | | Closes #4630 Authored by: goggle
* [extractor/youtube] Add fallback to phantomjspukkandan2022-08-181-6/+31
| | | | Related #4635
* [phantomjs] Add function to execute JS without a DOMpukkandan2022-08-181-24/+38
| | | | Authored by: MinePlayersPE, pukkandan
* [youtube] Improve signature cachingpukkandan2022-08-181-58/+62
| | | | and refactor related functions
* [extractor/SovietsCloset] Fix extractor (#4688)ChillingPepper2022-08-181-7/+7
| | | | Closes #4200 Authored by: ChillingPepper
* [jsinterp] Fix for youtube player 1f7d5369pukkandan2022-08-183-19/+60
| | | | Closes #4635 again
* [youtube] Fix error reporting of "Incomplete data"pukkandan2022-08-162-2/+2
| | | | Related: #4669
* Fix bug in --download-archivepukkandan2022-08-161-1/+1
| | | | Closes #4668
* [jsinterp] Fix for youtube player c81bbb4apukkandan2022-08-163-15/+24
|
* [youtube] Improve format sorting for IOS formatspukkandan2022-08-151-5/+4
| | | | When no itag/resolution is available for reference, use the closest resolution
* [build] Exclude devscripts from installsLesmiscore2022-08-152-2/+2
| | | | Closes #4667
* [version] updategithub-actions2022-08-147-26/+26
| | | | | | Created by: pukkandan :ci skip all :ci run dl
* Release 2022.08.14pukkandan2022-08-153-0/+41
|
* [cleanup] Miscpukkandan2022-08-1510-35/+23
|
* [jsinterp] Bring or-par with youtube-dlpukkandan2022-08-154-20/+67
| | | | | | Partially cherry-picked from: https://github.com/ytdl-org/youtube-dl/commit/d231b56717c73ee597d2e077d11b69ed48a1b02d Authored by pukkandan, dirkf
* Update to ytdl-commit-e6a836dpukkandan2022-08-151-3/+5
| | | | | [core] Make `--max-downloads ...` stop immediately on reaching the limit https://github.com/ytdl-org/youtube-dl/commit/e6a836d54ca1d3cd02f3ee45ef707a46f23e8291
* Fix bug in 1155ecef29187bff975ceb51c755722c660e0387pukkandan2022-08-151-2/+6
|
* [update] Copy bitmask from old binarypukkandan2022-08-151-1/+2
| | | | | | Improves a6125983ab4434fc4079f575a4bf22042411ea5e Authored by: Lesmiscore
* [extractor/toggo] Improve `_VALID_URL` (#4663)masta792022-08-151-1/+4
| | | Authored by: masta79
* [extractor/MLB] New extractor (#4586)ischmidt202022-08-152-0/+81
| | | Authored by: ischmidt20
* [extractor/moview] Add extractor (#4607)HobbyistDev2022-08-154-44/+99
| | | Authored by: HobbyistDev
* [extractor/truth] Add extractor (#4609)Ben Welsh2022-08-152-0/+70
| | | | Closes #3865 Authored by: palewire
* [extractor/facebook] Add reel support (#4660)bashonly2022-08-152-0/+28
| | | | Closes #4039 Authored by: bashonly
* [extractor/parler] Add extractor (#4616)Ben Welsh2022-08-152-0/+115
| | | Authored by: palewire
* [extractor/rai] Misc fixes (#4600)nixxo2022-08-151-8/+33
| | | Authored by: nixxo
* [extractor/doodstream] Add `wf` domain (#4648)Aldo Ridhoni2022-08-151-1/+1
| | | Authored by: aldoridhoni
* [ThumbnailsConvertor] Fix conversion after fixup_webppukkandan2022-08-141-0/+1
| | | | Closes #4565
* [update] Set executable bit-maskpukkandan2022-08-141-14/+22
| | | | Closes #4621
* [utils] Fix `get_compatible_ext`pukkandan2022-08-141-2/+2
| | | | Closes #4647
* [docs] Consistent use of `e.g.` (#4643)Lesmiscore2022-08-1414-129/+128
| | | Authored by: Lesmiscore
* [jsinterp] Handle new youtube signature functionspukkandan2022-08-146-125/+287
| | | | Closes #4635
* [extractor/aenetworks] Add formats parameter (#4645)Jacob Truman2022-08-131-3/+6
| | | | Closes #4047 Authored by: jacobtruman
* [patreon] Ignore erroneous media attachments (#4638)coletdjnz2022-08-131-3/+30
| | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/4608 Authored by: coletdjnz
* [extractor/tubitv] Extract additional formats (#4646)shirt2022-08-131-7/+8
| | | Authored by: shirt-dev
* [jsinterp] Truncate error messagespukkandan2022-08-122-15/+26
| | | | Related: #4635
* [extractor/crunchyroll] Improve `_VALID_URL`spukkandan2022-08-121-5/+20
| | | | Closes #4633