Clément Biron

Results 12 issues of Clément Biron

Trying the following comand line`python3 Totem.py --mode single --url https://www.facebook.com/MarineLePen/ --output mlp.csv ` i get ```python Traceback (most recent call last): File "/facebook_totem/Totem.py", line 15, in id = getIdFromUrl(args.url) File...

Hi, All my carriage return are transformed into line break after Dploy action. **Before (local) :** ``` html Publié le ``` **After (in ftp) :** ``` html Publié le ```...

When i run `npm start ` command for services who begin to have a lot of documents (for exemple: 15 for Instagram [here](https://github.com/OpenTermsArchive/france-elections-declarations/blob/main/declarations/Instagram.json), 15 for Twitter [here](https://github.com/OpenTermsArchive/france-elections-declarations/blob/main/declarations/Twitter.json)) it's took a...

With the following declaration (the dedicated branch is here https://github.com/OpenTermsArchive/declarations-france/commit/5d1c1c3bb1e43ad68e86b5ed346090d3c29e78f3 ) ``` { "name": "Desigual", "documents": { "Commercial Terms": { "fetch": "https://www.desigual.com/on/demandware.static/-/Library-Sites-DsglSharedLibrary/default/dw98507c8d/docs/legal/Footer_legal_documents/Francia/FRANCIA-Condiciones_Generales_Venta_Vfinal_FR_230321.pdf" }, "Privacy Policy": { "fetch": "https://www.desigual.com/on/demandware.static/-/Library-Sites-DsglSharedLibrary/default/dw77e5bf6a/docs/legal/Footer_legal_documents/Francia/FRANCIA-POLITICA_DE_PRIVACIDAD_Vfinal_FR_230321.pdf" } }...

I can't detemine the type of this document : https://privacy.acuityads.com/technology-privacy-policy.html Should we have to add `Ad Publishing Privacy Policy` to available types ?

doctypes

Twitter publishes its previous ToS https://twitter.com/fr/tos/previous and it will be interesting to add them in the OTA history.

import

Trying to add Roblox service and documents with the following declaration ```json { "name": "Roblox", "documents": { "Privacy Policy": { "fetch": "https://en.help.roblox.com/hc/en-us/articles/115004630823-Roblox-Privacy-and-Cookie-Policy-", "select": [".article-body"], "remove": [".wysiwyg-text-align-right img"] }, "Terms of...

I met a rather particular case when trying to make the document declaration of Disney+. Fetching the following url `https://www.disneyplus.com/fr-fr/legal/conditions-g%C3%A9n%C3%A9rales-d'abonnement` does not load the correct content (i want Terms of...

Trying to add Just Eat service with the following declaration ```json { "name": "Just Eat", "documents": { "Terms of Service": { "fetch": "https://www.just-eat.ie/info/terms-and-conditions", "select": { "startBefore": "#just-eat-website-terms-and-conditions", "endBefore": "#ii.just-eat-voucher-terms-conditions" }...

Currently, all generated datasets have the same name `dataset-${year}-${month}-${day}` and it does not make it easy to distinguish between files when using several of them. We could add the instance...

enhancement