We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7e440 commit 6f23e35Copy full SHA for 6f23e35
src/ilias/video.rs
@@ -15,7 +15,7 @@ use crate::{util::write_stream_to_file, ILIAS_URL};
15
use super::{ILIAS, URL};
16
17
static XOCT_REGEX: Lazy<Regex> =
18
- Lazy::new(|| Regex::new(r#"(?m)il.Opencast.Paella.player.init\(\s+([\S]+),\s"#).unwrap());
+ Lazy::new(|| Regex::new(r#"(?m)il.Opencast.Paella.player.init\(\s+([\s\S]+),\s"#).unwrap());
19
20
pub async fn download(path: &Path, relative_path: &Path, ilias: Arc<ILIAS>, url: &URL) -> Result<()> {
21
if ilias.opt.no_videos {
0 commit comments