mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-07 16:15:32 +02:00
400
This commit is contained in:
parent
a7e8661a09
commit
7a4f5c500d
1 changed files with 1 additions and 1 deletions
|
@ -626,7 +626,7 @@ impl FullTextParser {
|
||||||
.set_property("class", "videoWrapper")
|
.set_property("class", "videoWrapper")
|
||||||
.ok()
|
.ok()
|
||||||
.and_then(|()| node.set_property("width", "100%").ok())
|
.and_then(|()| node.set_property("width", "100%").ok())
|
||||||
.and_then(|()| node.set_property("height", "500").ok())
|
.and_then(|()| node.set_property("height", "400").ok())
|
||||||
.ok_or_else(|| {
|
.ok_or_else(|| {
|
||||||
node.unlink();
|
node.unlink();
|
||||||
video_wrapper.add_child(&mut node)
|
video_wrapper.add_child(&mut node)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue