Commit Graph

70 Commits

Author SHA1 Message Date
cquest
887474a1f3 do not download very large video files ! 2023-02-09 16:51:53 +01:00
cquest
fba2318929 avoid redirect inifinite loops 2023-02-09 16:51:31 +01:00
cquest
79f922af24 download only 1st video (avoid playlists in yt-dlp) 2023-01-15 09:35:28 +01:00
cquest
1165374824 handle local path redirects 2023-01-15 09:35:04 +01:00
Christian Quest
e3292c74bd
Merge pull request #21 from cquest/dependabot/pip/yt-dlp-2023.1.6
Bump yt-dlp from 2022.11.11 to 2023.1.6
2023-01-14 17:55:49 +01:00
dependabot[bot]
92a555a0b9
Bump yt-dlp from 2022.11.11 to 2023.1.6
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2022.11.11 to 2023.1.6.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases)
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md)
- [Commits](https://github.com/yt-dlp/yt-dlp/compare/2022.11.11...2023.01.06)

---
updated-dependencies:
- dependency-name: yt-dlp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 06:09:17 +00:00
cquest
92c3992708 handle https broken redirectors like ow.ly or u.afp.com 2023-01-04 08:10:59 +01:00
cquest
1b68e9e6b4 replace utm_xxx tracking to show source is Mastodon instead of removing them 2022-12-19 09:40:16 +01:00
cquest
d068a9f1cb factorize (un)redirect processing and make it multi-level 2022-12-19 09:38:57 +01:00
cquest
46be184d41 package version numbers added 2022-12-14 16:52:28 +01:00
cquest
cb6267ef86 migrate sqlite global database to local account directory 2022-12-14 16:48:54 +01:00
cquest
af8ff73fd1 delay post only is there is an attachment 2022-12-14 16:48:14 +01:00
cquest
b2185b6434 get pics from nitter and fallback to twitter 2022-12-14 13:44:16 +01:00
cquest
d54ca76d7e Merge branch 'master' of github.com:cquest/tootbot 2022-12-11 18:10:58 +01:00
cquest
0fa5ecf96b special processing for xkcd 2022-12-11 18:10:45 +01:00
cquest
35bc4aeb4f add delay when "Unprocessable Entity" error on post (fixes #9) 2022-12-11 18:08:40 +01:00
Christian Quest
0c80fdec58
Create pylint.yml 2022-12-08 11:04:40 +01:00
Christian Quest
89ae4479dd
Merge pull request #20 from hmlendea/master
Support for Reddit
2022-12-08 11:00:21 +01:00
Horațiu Mlendea
e30fd92bd3 Removed unnecessary code 2022-12-07 17:51:13 +02:00
Horațiu Mlendea
03da7875aa Support for Reddit 2022-12-07 17:49:14 +02:00
Christian Quest
3b948146ff
Fix markdown layout 2022-12-07 11:46:09 +01:00
Christian Quest
66d688f698
Create dependabot.yml 2022-12-07 11:43:38 +01:00
Christian Quest
f8faa5abcd
Merge pull request #14 from jordanekay/master
Fix spelling in cron-sample.sh
2022-12-07 11:07:01 +01:00
cquest
994ef0ab2a jq is required 2022-11-23 21:01:48 +01:00
Jordan Kay
ca4feb31ce
Fix spelling in cron-sample.sh 2022-11-10 11:10:02 -05:00
cquest
f49977e4cf send "unlisted" toots instead of "public" to avoid public TL flood 2022-11-10 11:56:40 +01:00
cquest
a858cd4608 avoid re-entrance problems 2022-11-08 11:24:01 +01:00
cquest
fc049bae16 more text content cleanup + twitter>niteer + utm_? tracking removal 2022-11-06 09:32:39 +01:00
cquest
370ce57cdb mastodon prefers mp4 videos 2022-11-06 09:32:06 +01:00
cquest
d29ac1c8c1 better tweets.json cleanup on each run 2022-11-06 09:31:36 +01:00
cquest
e453665420 some debug output to log activity 2022-11-06 09:31:06 +01:00
cquest
5a8dabf974 mention yt-dlp for video retrieval 2022-11-05 18:03:11 +01:00
cquest
94e4e49fff dependency with yt-dlp to download/recode videos 2022-11-05 18:02:01 +01:00
cquest
d900482b5b update readme 2022-11-05 10:00:55 +01:00
cquest
5fee1f4ec5 twint dependency (git master) 2022-11-05 09:48:40 +01:00
cquest
291639623a missing import 2022-11-05 09:48:13 +01:00
cquest
9c03e5c262 retrieve tweets with twint 2022-11-05 09:47:45 +01:00
cquest
66c5298507 support RSS feeds 2022-11-05 09:45:06 +01:00
cquest
c5614c6071 fix mastodon login 2022-11-05 09:44:34 +01:00
cquest
b60f770c8f Merge branch 'master' of github.com:cquest/tootbot 2022-05-02 16:08:35 +02:00
cquest
1131b55425 new options 2022-05-02 16:08:15 +02:00
cquest
5e5020feac update examples 2022-05-02 16:08:01 +02:00
cquest
c900b065ab use proper id 2022-05-02 16:07:24 +02:00
cquest
75e0353dc6 add "Source: author" only if authors is present 2022-05-02 16:06:54 +02:00
cquest
6a58efdec9 use links when available to embed images 2022-05-02 16:06:17 +02:00
cquest
b163d3e115 use title when no id is available 2022-05-02 16:05:47 +02:00
Christian Quest
2375f66ee4
Merge pull request #12 from amirmojiry/patch-1
Update README (add python keyword)
2021-04-20 19:29:25 +02:00
Amirhossein Mojiri Foroushani
98d269d0ea
Update README (add python keyword)
Add python to a fenced code block for syntax highlighting.
2020-10-04 21:17:27 +03:30
cquest
8c6c279c2b ajout delay pour envoi différé 2019-06-25 15:05:16 +02:00
cquest
2a4f3cd3f7 rss/atom feed info 2019-04-03 17:56:38 +02:00