Skip to content

Commit 0357b0d

Browse files
Fix video downloading
Fixes #54
1 parent 77c0fcb commit 0357b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ilias/plugin_dispatch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ static A_TARGET_BLANK: Lazy<Selector> = Lazy::new(|| Selector::parse(r#"a[target
1515
static VIDEO_ROWS: Lazy<Selector> = Lazy::new(|| Selector::parse(".ilTableOuter > div > table > tbody > tr").unwrap());
1616
static TABLE_CELLS: Lazy<Selector> = Lazy::new(|| Selector::parse("td").unwrap());
1717
static LIST_URL: Lazy<Regex> = Lazy::new(|| {
18-
Regex::new("ilias\\.php\\?ref_id=\\d+&cmdClass=xocteventgui&cmdNode=.{9}&baseClass=ilObjPluginDispatchGUI.*&cmd=asyncGetTableGUI&cmdMode=asynch").unwrap()
18+
Regex::new("ilias\\.php\\?baseClass=ilobjplugindispatchgui&cmdNode=.{9}&cmdClass=xoctEventGUI&ref_id=\\d+&async=true").unwrap()
1919
});
2020

2121
const NO_ENTRIES: &str = "Keine Einträge";

0 commit comments

Comments
 (0)