]> jfr.im git - yt-dlp.git/log
yt-dlp.git
2 years ago[cleanup] Misc cleanup
pukkandan [Thu, 23 Dec 2021 01:42:26 +0000 (07:12 +0530)] 
[cleanup] Misc cleanup
Closes #1942 #1976 #2020 #2058 #1984

2 years ago[outtmpl] Add alternate forms `F`, `D`
pukkandan [Thu, 23 Dec 2021 01:14:42 +0000 (06:44 +0530)] 
[outtmpl] Add alternate forms `F`, `D`
and improve `id` detection

F = sanitize as filename (# = restricted)
D = add Decimal suffixes

Closes #2085, 2081

2 years ago[dash] Fix `--test`
pukkandan [Wed, 22 Dec 2021 22:04:18 +0000 (03:34 +0530)] 
[dash] Fix `--test`
Bug in adbc4ec4bbfbe57842049cf9194384480f534859

2 years ago[dash] Fix aria2c dash downloads
pukkandan [Tue, 21 Dec 2021 16:08:13 +0000 (21:38 +0530)] 
[dash] Fix aria2c dash downloads
Bug in adbc4ec4bbfbe57842049cf9194384480f534859

2 years agoAdd interactive format selection with `-f -`
pukkandan [Tue, 21 Dec 2021 11:32:13 +0000 (17:02 +0530)] 
Add interactive format selection with `-f -`
Closes #2065

2 years agoAdd warning when using `-f best`
pukkandan [Tue, 21 Dec 2021 11:24:38 +0000 (16:54 +0530)] 
Add warning when using `-f best`

2 years ago[rtve] Add `RTVEAudioIE` (#1657)
kebianizao [Tue, 21 Dec 2021 05:35:34 +0000 (06:35 +0100)] 
[rtve] Add `RTVEAudioIE` (#1657)

Original PR: https://github.com/ytdl-org/youtube-dl/pull/29023
Authored by: kebianizao

2 years ago[docs] Fix bug in regex escape in python 3.6
pukkandan [Mon, 20 Dec 2021 13:13:33 +0000 (18:43 +0530)] 
[docs] Fix bug in regex escape in python 3.6
Bug in ec2e44fc5752ca15fb7ce2e31994453226507f8b
Closes #2060

2 years ago[dash,youtube] Download live from start to end (#888)
The Hatsune Daishi [Mon, 20 Dec 2021 06:06:46 +0000 (15:06 +0900)] 
[dash,youtube] Download live from start to end (#888)

* Add option `--live-from-start` to enable downloading live videos from start
* Add key `is_from_start` in formats to identify formats (of live videos) that downloads from start
* [dash] Create protocol `http_dash_segments_generator` that allows a function to be passed instead of fragments
* [fragment] Allow multiple live dash formats to download simultaneously
* [youtube] Implement fragment re-fetching for the live dash formats
* [youtube] Re-extract dash manifest every 5 hours (manifest expires in 6hrs)
* [postprocessor/ffmpeg] Add `FFmpegFixupDuplicateMoovPP` to fixup duplicated moov atoms

Known issue: Ctrl+C doesn't work on Windows when downloading multiple formats

Closes #1521
Authored by: nao20010128nao, pukkandan

2 years ago[ondemandkorea] Update `jw_config` regex (#2056)
Julien Hadley Jack [Mon, 20 Dec 2021 05:02:48 +0000 (06:02 +0100)] 
[ondemandkorea] Update `jw_config` regex (#2056)

Authored by: julien-hadleyjack

2 years ago[youtube:tab] Extract more metadata from feeds/channels/playlists (#1018)
coletdjnz [Mon, 20 Dec 2021 04:47:53 +0000 (17:47 +1300)] 
[youtube:tab] Extract more metadata from feeds/channels/playlists (#1018)

Parse relative time text, extract live, upcoming status, availability and channel id from feeds/channels/playlists (where applicable).
Closes #1883
Authored-by: coletdjnz
2 years ago[hse] Add extractors (#1906)
cypheron [Tue, 7 Dec 2021 00:09:34 +0000 (01:09 +0100)] 
[hse] Add extractors (#1906)
Original PR: https://github.com/ytdl-org/youtube-dl/pull/27060
Authored by: cypheron, pukkandan

2 years ago[postprocessor/ffmpeg] Always add `faststart`
pukkandan [Mon, 20 Dec 2021 02:56:03 +0000 (08:26 +0530)] 
[postprocessor/ffmpeg] Always add `faststart`
Closes #1491

2 years ago[Facebook] Handle redirect URLs
pukkandan [Mon, 20 Dec 2021 01:30:04 +0000 (07:00 +0530)] 
[Facebook] Handle redirect URLs
Closes #1035

2 years ago[ABC:iview] Add show extractor (#1630)
Paul Wise [Mon, 20 Dec 2021 02:48:41 +0000 (10:48 +0800)] 
[ABC:iview] Add show extractor (#1630)

Authored by: pabs3

2 years ago[audiomack] Update album and song VALID_URL (#1203)
Abdullah Ibn Fulan [Mon, 20 Dec 2021 01:53:42 +0000 (07:53 +0600)] 
[audiomack] Update album and song VALID_URL (#1203)

Original PR: https://github.com/ytdl-org/youtube-dl/pull/29810
Closes #1352, https://github.com/ytdl-org/youtube-dl/issues/29800
Authored by: abdullah-if, dirkf

2 years ago[soundcloud] Add related tracks extractor (#1000)
Lapinot [Mon, 20 Dec 2021 01:14:19 +0000 (02:14 +0100)] 
[soundcloud] Add related tracks extractor (#1000)

Authored by: Lapin0t

2 years ago[cleanup] Fix some typos (#2033)
Unit 193 [Sun, 19 Dec 2021 15:18:06 +0000 (10:18 -0500)] 
[cleanup] Fix some typos (#2033)

Authored by: unit193

2 years agoRemove known invalid thumbnails from `info_dict`
pukkandan [Sun, 19 Dec 2021 14:55:01 +0000 (20:25 +0530)] 
Remove known invalid thumbnails from `info_dict`
Related: https://github.com/yt-dlp/yt-dlp/issues/980#issuecomment-997396821

2 years ago[youtube:tab] Ignore query when redirecting channel to playlist
pukkandan [Sun, 19 Dec 2021 03:05:59 +0000 (08:35 +0530)] 
[youtube:tab] Ignore query when redirecting channel to playlist
and cleanup of related code
Closes #2046

2 years ago[docs] Change all examples to use double quotes
pukkandan [Fri, 17 Dec 2021 22:58:18 +0000 (04:28 +0530)] 
[docs] Change all examples to use double quotes
to be platform-agnostic

2 years ago[generic] Extract m3u8 formats from JSON-LD
pukkandan [Fri, 17 Dec 2021 22:46:40 +0000 (04:16 +0530)] 
[generic] Extract m3u8 formats from JSON-LD

2 years ago[test/download] Split `sanitize_got_info_dict` into a separate function
pukkandan [Sun, 19 Dec 2021 03:35:40 +0000 (09:05 +0530)] 
[test/download] Split `sanitize_got_info_dict` into a separate function
so that it can be used by third party scripts

2 years ago[PlutoTV] Expand `_VALID_URL`
pukkandan [Thu, 16 Dec 2021 23:15:27 +0000 (04:45 +0530)] 
[PlutoTV] Expand `_VALID_URL`
Closes #2007

2 years ago[zee5] Support /episodes in URL
pukkandan [Thu, 16 Dec 2021 22:59:06 +0000 (04:29 +0530)] 
[zee5] Support /episodes in URL
Closes #2016

2 years ago[utils] Update `std_headers` (#2023)
Felix S [Sat, 18 Dec 2021 00:04:24 +0000 (00:04 +0000)] 
[utils] Update `std_headers` (#2023)

* Update our chrome versions used for `User-Agent`s
* Drop the `Accept-Charset` header that no browser emits any more

Authored by: kikuyan, fstirlitz

2 years ago[outtmpl] Add operator `&` for replacement text (#2012)
PilzAdam [Fri, 17 Dec 2021 20:35:48 +0000 (21:35 +0100)] 
[outtmpl] Add operator `&` for replacement text (#2012)

Authored by: PilzAdam

2 years ago[docs] Improve manpage format (#2003)
chris [Fri, 17 Dec 2021 01:23:04 +0000 (02:23 +0100)] 
[docs] Improve manpage format (#2003)

Closes #1448
Authored by: iw0nderhow, pukkandan

2 years ago[gronkh] Support new URL pattern (#2019)
Sematre [Thu, 16 Dec 2021 21:00:03 +0000 (22:00 +0100)] 
[gronkh] Support new URL pattern (#2019)

Authored by: Sematre

2 years ago[extractor] Support default implicit graph in JSON-LD (#1983)
Zenon Mousmoulas [Thu, 16 Dec 2021 20:46:30 +0000 (22:46 +0200)] 
[extractor] Support default implicit graph in JSON-LD (#1983)

Original PR: https://github.com/ytdl-org/youtube-dl/pull/30229

Per W3C JSON-LD v1.1 §4.9 (non-normative ref):

    When a JSON-LD document's top-level structure is a map that contains
    no other keys than @graph and optionally @context (properties that
    are not mapped to an IRI or a keyword are ignored), @graph is
    considered to express the otherwise implicit default graph.

Authored by: zmousm

2 years ago[test/download] Ignore field `webpage_url_domain` (#2014)
std-move [Thu, 16 Dec 2021 10:10:16 +0000 (11:10 +0100)] 
[test/download] Ignore field `webpage_url_domain` (#2014)

Authored by: std-move

2 years ago[NovaEmbed] update player regex (#2008)
std-move [Wed, 15 Dec 2021 19:55:11 +0000 (20:55 +0100)] 
[NovaEmbed] update player regex (#2008)

Authored by: std-move

2 years ago[brightcove] Fix 487c5b33897075270c647fa061c066ec0703bcc4
pukkandan [Wed, 15 Dec 2021 16:50:30 +0000 (22:20 +0530)] 
[brightcove] Fix 487c5b33897075270c647fa061c066ec0703bcc4

2 years ago[tiktok] Fix 53dad39e30b007feed4b6d4776bd15d28c27a96c
pukkandan [Wed, 15 Dec 2021 16:48:01 +0000 (22:18 +0530)] 
[tiktok] Fix 53dad39e30b007feed4b6d4776bd15d28c27a96c

2 years ago[extractor] Standardize `_live_title`
pukkandan [Wed, 15 Dec 2021 16:00:46 +0000 (21:30 +0530)] 
[extractor] Standardize `_live_title`

2 years ago[youtube:comments] Add more options for limiting number of comments extracted (#1626)
coletdjnz [Wed, 15 Dec 2021 04:29:48 +0000 (04:29 +0000)] 
[youtube:comments] Add more options for limiting number of comments extracted (#1626)

Extends `max_comments` extractor arg to support `max-parents,max-replies,max-replies-per-thread`.
Authored-by: coletdjnz
2 years agoAdd field `webpage_url_domain`
pukkandan [Mon, 18 Oct 2021 02:13:21 +0000 (07:43 +0530)] 
Add field `webpage_url_domain`
Closes #1311

2 years ago[test/download] Add more fields
pukkandan [Tue, 14 Dec 2021 22:02:40 +0000 (03:32 +0530)] 
[test/download] Add more fields

2 years agoFix PostProcessor hooks not registered for some PPs
pukkandan [Tue, 14 Dec 2021 15:38:24 +0000 (21:08 +0530)] 
Fix PostProcessor hooks not registered for some PPs
Closes #1993

2 years ago[FormatSort] Prevent incorrect deprecation warning
pukkandan [Thu, 9 Dec 2021 22:48:36 +0000 (04:18 +0530)] 
[FormatSort] Prevent incorrect deprecation warning
Closes #1981

2 years ago[ok.ru] add mobile fallback (#1972)
The Hatsune Daishi [Tue, 14 Dec 2021 18:09:57 +0000 (03:09 +0900)] 
[ok.ru] add mobile fallback (#1972)

Authored by: nao20010128nao

2 years ago[olympics] Add uploader and cleanup (#1990)
u-spec-png [Tue, 14 Dec 2021 17:15:50 +0000 (17:15 +0000)] 
[olympics] Add uploader and cleanup (#1990)

Authored by: u-spec-png

2 years ago[TikTok] Pass cookies to mobile API (#1994)
MinePlayersPE [Tue, 14 Dec 2021 17:10:13 +0000 (00:10 +0700)] 
[TikTok] Pass cookies to mobile API (#1994)

Authored by: MinePlayersPE

2 years ago[SonyLiv] Add OTP login support (#1959)
Ashish Gupta [Tue, 14 Dec 2021 17:09:11 +0000 (22:39 +0530)] 
[SonyLiv] Add OTP login support (#1959)

Closes #1945
Authored by: Ashish0804

2 years ago[NateTV] Add NateIE and NateProgramIE (#1950)
Ashish Gupta [Tue, 14 Dec 2021 16:59:17 +0000 (22:29 +0530)] 
[NateTV] Add NateIE and NateProgramIE (#1950)

Authored by: Ashish0804, Hyeeji

2 years ago[DiscoveryPlusShowBaseIE] yield actual video id
Ashish Gupta [Mon, 13 Dec 2021 13:18:31 +0000 (18:48 +0530)] 
[DiscoveryPlusShowBaseIE] yield actual video id

2 years ago[instagram] Expand valid URL (#1977)
u-spec-png [Sun, 12 Dec 2021 18:01:00 +0000 (18:01 +0000)] 
[instagram] Expand valid URL (#1977)

Closes #1925

Authored by: u-spec-png

2 years ago[Rutube] Add RutubeChannelIE (#1970)
Ashish Gupta [Sun, 12 Dec 2021 15:56:36 +0000 (21:26 +0530)] 
[Rutube] Add RutubeChannelIE (#1970)

Closes #1966
Authored by: Ashish0804

2 years ago[toggo] Add extractor (#1961)
nyuszika7h [Sat, 11 Dec 2021 14:53:42 +0000 (15:53 +0100)] 
[toggo] Add extractor (#1961)

Authored by: nyuszika7h

2 years ago[fujitv] Extract 1080p from `tv_android` m3u8 (#1928)
YuenSzeHong [Sat, 11 Dec 2021 13:44:08 +0000 (21:44 +0800)] 
[fujitv] Extract 1080p from `tv_android` m3u8 (#1928)

Authored by: YuenSzeHong

2 years ago[web.archive:youtube] Improve metadata extraction (#1785)
coletdjnz [Thu, 9 Dec 2021 23:43:15 +0000 (12:43 +1300)] 
[web.archive:youtube] Improve metadata extraction (#1785)

Authored-by: coletdjnz
2 years ago[TVer] Extract better thumbnails (#1929)
YuenSzeHong [Thu, 9 Dec 2021 13:19:00 +0000 (21:19 +0800)] 
[TVer] Extract better thumbnails (#1929)

Authored by: YuenSzeHong

2 years ago[SponsorBlock] Add Filler and Highlight categories (#1664)
Nil Admirari [Thu, 9 Dec 2021 12:40:31 +0000 (12:40 +0000)] 
[SponsorBlock] Add Filler and Highlight categories (#1664)

Authored by: nihil-admirari, pukkandan

2 years ago[gofile] Add extractor (#1850)
Jertzukka [Thu, 9 Dec 2021 12:25:30 +0000 (14:25 +0200)] 
[gofile] Add extractor (#1850)

Closes #1831
Authored by: Jertzukka, Ashish0804

2 years ago[zdf] Support videos with different ptmd location (#1893)
chris [Thu, 9 Dec 2021 11:54:31 +0000 (12:54 +0100)] 
[zdf] Support videos with different ptmd location (#1893)

Authored by: iw0nderhow

2 years ago[CBC Gem] Extract 1080p formats (#1913)
David Skrundz [Thu, 9 Dec 2021 11:47:56 +0000 (04:47 -0700)] 
[CBC Gem] Extract 1080p formats (#1913)

Authored by: DavidSkrundz

2 years ago[skeb] Add extractor (#1916)
The Hatsune Daishi [Thu, 9 Dec 2021 11:40:52 +0000 (20:40 +0900)] 
[skeb] Add extractor (#1916)

Fixes: https://github.com/ytdl-org/youtube-dl/issues/30287
Authored by: nao20010128nao

2 years ago[crackle] Look for non-DRM formats (#1938)
raleeper [Thu, 9 Dec 2021 11:39:51 +0000 (03:39 -0800)] 
[crackle] Look for non-DRM formats (#1938)

Authored by: raleeper

2 years ago[compat] Suppress errors in enabling VT mode
pukkandan [Wed, 8 Dec 2021 14:11:54 +0000 (19:41 +0530)] 
[compat] Suppress errors in enabling VT mode
Closes #1932

2 years ago[ntvcojp] Extract NUXT data (#1915)
The Hatsune Daishi [Tue, 7 Dec 2021 17:03:48 +0000 (02:03 +0900)] 
[ntvcojp] Extract NUXT data (#1915)

Fixes: https://github.com/ytdl-org/youtube-dl/issues/30309
Authored by: nao20010128nao

2 years ago[ceskatelevize] Fetch iframe from nextJS data (#1904)
Michal Kubeček [Tue, 7 Dec 2021 16:44:43 +0000 (17:44 +0100)] 
[ceskatelevize] Fetch iframe from nextJS data (#1904)

Closes #1899
Authored by: mkubecek

2 years ago[extractor] Add `_search_nuxt_data` (#1921)
The Hatsune Daishi [Tue, 7 Dec 2021 16:38:50 +0000 (01:38 +0900)] 
[extractor] Add `_search_nuxt_data` (#1921)

Authored by: nao20010128nao

2 years ago[redtube] Handle formats delivered inside a JSON (#1877)
nixxo [Tue, 7 Dec 2021 13:59:54 +0000 (14:59 +0100)] 
[redtube] Handle formats delivered inside a JSON (#1877)

Closes #1663
Authored by: dirkf, nixxo

2 years agoPre-process when using `--flat-playlist`
pukkandan [Mon, 6 Dec 2021 20:37:48 +0000 (02:07 +0530)] 
Pre-process when using `--flat-playlist`

2 years agoUse `parse_duration` for `--wait-for-video`
pukkandan [Mon, 6 Dec 2021 18:00:33 +0000 (23:30 +0530)] 
Use `parse_duration` for `--wait-for-video`
and some minor fix

2 years agoAllow `--no-write-thumbnail` to override `--write-all-thumbnail`
pukkandan [Mon, 6 Dec 2021 17:56:34 +0000 (23:26 +0530)] 
Allow `--no-write-thumbnail` to override `--write-all-thumbnail`
Closes #1900

2 years agobugfix for 63ccf4ff1a953e1b2a9422406cf8ad3f8aae4cbc
pukkandan [Mon, 6 Dec 2021 17:54:42 +0000 (23:24 +0530)] 
bugfix for 63ccf4ff1a953e1b2a9422406cf8ad3f8aae4cbc

2 years ago[vimeo] Extract chapters
pukkandan [Sun, 5 Dec 2021 14:22:34 +0000 (19:52 +0530)] 
[vimeo] Extract chapters
Closes #1892

2 years ago[TrueID] Add extractor (#1847)
MinePlayersPE [Sat, 4 Dec 2021 19:23:05 +0000 (02:23 +0700)] 
[TrueID] Add extractor (#1847)

Authored by: MinePlayersPE

2 years ago[extractor] Ignore errors in comment extraction when `-i` is given
pukkandan [Thu, 2 Dec 2021 22:00:37 +0000 (03:30 +0530)] 
[extractor] Ignore errors in comment extraction when `-i` is given
Closes #1787

2 years ago[lazy_extractors] Fix bug in 2c4aaaddc99dfb57cb3a5395e4d2fff2f4b819a4
pukkandan [Thu, 2 Dec 2021 21:46:08 +0000 (03:16 +0530)] 
[lazy_extractors] Fix bug in 2c4aaaddc99dfb57cb3a5395e4d2fff2f4b819a4
SearchIEs must not inherit from extractors that have a _VALID_URL defined

2 years agoFix `--throttled-rate`
pukkandan [Thu, 2 Dec 2021 21:22:03 +0000 (02:52 +0530)] 
Fix `--throttled-rate`

2 years ago[RaiNews] Fix extractor (#1864)
nixxo [Thu, 2 Dec 2021 19:39:08 +0000 (20:39 +0100)] 
[RaiNews] Fix extractor (#1864)

Closes #1862
Authored by: nixxo

2 years ago[EmbedSubtitle] Disable duration check temporarily
pukkandan [Thu, 2 Dec 2021 14:13:41 +0000 (19:43 +0530)] 
[EmbedSubtitle] Disable duration check temporarily
Closes #1870, #1385

2 years ago[lazy_extractors] Fix for search IEs
pukkandan [Wed, 1 Dec 2021 17:51:19 +0000 (23:21 +0530)] 
[lazy_extractors] Fix for search IEs
Closes #1851

2 years ago[youtube] Fix `ytsearchdate`
pukkandan [Wed, 1 Dec 2021 17:50:38 +0000 (23:20 +0530)] 
[youtube] Fix `ytsearchdate`
Related: #1851

2 years agoFix control characters being printed to `--console-title`
pukkandan [Wed, 1 Dec 2021 17:09:57 +0000 (22:39 +0530)] 
Fix control characters being printed to `--console-title`
Closes #1859

2 years ago[trovo] Fix inheritance of `TrovoChannelBaseIE`
pukkandan [Wed, 1 Dec 2021 16:14:06 +0000 (21:44 +0530)] 
[trovo] Fix inheritance of `TrovoChannelBaseIE`
Closes #1849

2 years ago[Jamendo] Fix use of `_VALID_URL_RE` (#1858)
Christian Paul [Wed, 1 Dec 2021 16:10:10 +0000 (17:10 +0100)] 
[Jamendo] Fix use of `_VALID_URL_RE` (#1858)

Closes #1857
Authored by: jaller94

2 years ago[cleanup Fix some typos
pukkandan [Wed, 1 Dec 2021 04:42:25 +0000 (10:12 +0530)] 
[cleanup Fix some typos
* `MetadataFromFieldPP` is not deprecated!
* Wrong args to `MetadataFromFieldPP`
* Some mistakes in change log
* Type in build.yml causing release tag to be placed on wrong commit

2 years ago[version] update
github-actions [Wed, 1 Dec 2021 00:23:24 +0000 (00:23 +0000)] 
[version] update

Created by: pukkandan

:ci skip all

2 years agoRelease 2021.12.01 2021.12.01
pukkandan [Wed, 1 Dec 2021 00:16:15 +0000 (05:46 +0530)] 
Release 2021.12.01

2 years agoEnsure same config file is not loaded multiple times
pukkandan [Tue, 30 Nov 2021 16:02:29 +0000 (21:32 +0530)] 
Ensure same config file is not loaded multiple times

2 years ago[CableAV] Add extractor (#1842)
j54vc1bk [Tue, 30 Nov 2021 19:19:47 +0000 (03:19 +0800)] 
[CableAV] Add extractor (#1842)

Authored by: j54vc1bk

2 years ago[Bilibili] Fix title extraction (#1716)
u-spec-png [Tue, 30 Nov 2021 16:18:46 +0000 (16:18 +0000)] 
[Bilibili] Fix title extraction (#1716)

Closes #1714
Authored by: u-spec-png

2 years ago[Cleanup] Remove some unnecessary groups in regexes (#1738)
Ashish Gupta [Tue, 30 Nov 2021 16:14:47 +0000 (21:44 +0530)] 
[Cleanup] Remove some unnecessary groups in regexes (#1738)

Authored by: Ashish0804

2 years ago[trovo] Fix extractor (#1818)
nyuszika7h [Tue, 30 Nov 2021 16:11:07 +0000 (17:11 +0100)] 
[trovo] Fix extractor (#1818)

Closes #1782

Authored by: nyuszika7h

2 years ago[DiscoveryPlus] Rewrite extractors (see desc) (#1766)
Ashish Gupta [Tue, 30 Nov 2021 16:09:15 +0000 (21:39 +0530)] 
[DiscoveryPlus] Rewrite extractors (see desc) (#1766)

* Add `DiscoveryPlusItalyShowIE`
* Use `uuid.uuid4().hex` for device id so no cookies are required
* Fix dash formats not being downloaded
* Extract subtitles from manifests
* Move all extractors to one file and restructure inheritances

Authored by: Ashish0804, pukkandan

2 years agoValidate --get-bypass-country
pukkandan [Mon, 29 Nov 2021 19:18:51 +0000 (00:48 +0530)] 
Validate --get-bypass-country
Closes #1834

2 years agoFix `--trim-filename` when filename has `.`
pukkandan [Mon, 29 Nov 2021 18:38:46 +0000 (00:08 +0530)] 
Fix `--trim-filename` when filename has `.`
Closes #1837

2 years ago[cleanup] Add deprecation warnings
pukkandan [Mon, 29 Nov 2021 17:46:06 +0000 (23:16 +0530)] 
[cleanup] Add deprecation warnings

2 years ago[cleanup] Misc cleanup
pukkandan [Sun, 28 Nov 2021 21:22:52 +0000 (02:52 +0530)] 
[cleanup] Misc cleanup
Closes #1805, closes #1800

2 years ago[cleanup] Refactor `JSInterpreter._seperate`
pukkandan [Sun, 28 Nov 2021 21:24:34 +0000 (02:54 +0530)] 
[cleanup] Refactor `JSInterpreter._seperate`

2 years ago[build] Use `workflow_dispatch` for release
pukkandan [Mon, 29 Nov 2021 17:05:23 +0000 (22:35 +0530)] 
[build] Use `workflow_dispatch` for release

2 years ago[build] Fix MacOS Build
pukkandan [Mon, 29 Nov 2021 16:48:33 +0000 (22:18 +0530)] 
[build] Fix MacOS Build
Closes #1624

2 years ago[build] Save Git HEAD at release alongside version info
pukkandan [Mon, 29 Nov 2021 17:00:02 +0000 (22:30 +0530)] 
[build] Save Git HEAD at release alongside version info

2 years agoOption `--wait-for-video` to wait for scheduled streams
pukkandan [Sun, 28 Nov 2021 18:57:44 +0000 (00:27 +0530)] 
Option `--wait-for-video` to wait for scheduled streams

2 years agoOption `--break-per-input` to apply --break-on... to each input URL
pukkandan [Sun, 28 Nov 2021 21:11:55 +0000 (02:41 +0530)] 
Option `--break-per-input` to apply --break-on... to each input URL

2 years agoFix --break-on-archive when pre-checking
pukkandan [Mon, 29 Nov 2021 08:31:53 +0000 (14:01 +0530)] 
Fix --break-on-archive when pre-checking

2 years ago[downloader] Add colors to download progress
pukkandan [Sun, 28 Nov 2021 21:25:37 +0000 (02:55 +0530)] 
[downloader] Add colors to download progress