Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
F0903 committed Aug 28, 2023
2 parents 0dd8d5f + 50d8fc8 commit 6b3b6a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,14 @@ jobs:
contents: write

steps:
- name: Test
id: test
run: echo "test=hello" >> $GITHUB_OUTPUT
- name: TestB
run: echo ${{ steps.Test.outputs.test }}
- uses: actions/checkout@v3
- name: Set toolchain
run: rustup override set nightly
- name: Build
run: cargo build --verbose --release
- name: Set version
id: set_version
run: echo "$(./target/release/dr-downloader-cli.exe clear)" && echo "version=$(./target/release/dr-downloader-cli.exe version no-newline)" >> $GITHUB_OUTPUT
run: echo "version=$(./target/release/dr-downloader-cli.exe version no-newline)" >> $GITHUB_OUTPUT
- name: Create release
uses: softprops/action-gh-release@v1
with:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
[![Rust](https://github.com/F0903/dr-downloader/actions/workflows/rust.yml/badge.svg?branch=master)](https://github.com/F0903/dr-downloader/actions/workflows/rust.yml)
[![Crates.io](https://shields.io/crates/v/dr-downloader.svg)](https://crates.io/crates/dr-downloader)

A command-line downloader that downloads media from DR (Danish Broadcasting Corporation) in parallel, and converts them to convenient MP4 files (or any other format you'd like).
A command-line program that downloads media from DR-TV (Danish Broadcasting Corporation) in parallel, and converts them to MP4 files (or any other format you'd like).
Can be used both interactively by launching it normally, or by launching the program with arguments from a terminal.

To use, launch the executeable and use the commands below (also works by passing launch arguments).
To use as a library, [use the dedicated library instead.](https://github.com/F0903/dr-downloader)
Release binaries are provided through the build actions, or the releases.

Release binaries are provided through the build action, and can be accessed through the Actions menu.
To use as a library, [use the dedicated library instead.](https://github.com/F0903/dr-downloader)

Note:
This program will most likely only work in Denmark, as DR has restrictions on who can access their content.
Expand Down

0 comments on commit 6b3b6a6

Please sign in to comment.