Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FlashbackBridge] Add new bridge #2343

Merged
merged 5 commits into from
Dec 2, 2021
Merged

[FlashbackBridge] Add new bridge #2343

merged 5 commits into from
Dec 2, 2021

Conversation

fatuuse
Copy link
Contributor

@fatuuse fatuuse commented Nov 29, 2021

Add new bridge for Swedish forum.
https://www.flashback.org/

@fatuuse
Copy link
Contributor Author

fatuuse commented Nov 29, 2021

@dvikan changes since previous code.

@dvikan
Copy link
Contributor

dvikan commented Nov 29, 2021

You can add commits to a pull request rather than opening a new one.

You seem to have added an additional bridgere my mistake here. [WulffmorgenthalerBridge] Add new bridge

Copy link
Contributor

@dvikan dvikan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and works fine now. Thank you.

@em92 em92 merged commit ae6a322 into RSS-Bridge:master Dec 2, 2021
@em92
Copy link
Contributor

em92 commented Dec 2, 2021

gj!

$item['post_nr'] = $element->find('div.post-heading a strong', 0)->innertext;
$item['timestamp'] = strtotime(
str_replace(
array('Igår', 'Idag'), array('yesterday', 'today'), \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This trailing \ is a syntax error on PHP 8.

[Tue Jan  4 22:54:11 2022] [::1]:57496 [200]: GET / - syntax error, unexpected token "\", expecting ")" in rss-bridge/bridges/FlashbackBridge.php on line 141
$  php --version
PHP 8.0.14 (cli) (built: Dec 17 2021 14:16:47) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.14, Copyright (c) Zend Technologies

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, was going to report this as well.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, this is already fixed in #2405, never mind.

floviolleau pushed a commit to floviolleau/rss-bridge that referenced this pull request Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants