Skip to content

Commit eeb4c29

Browse files
committed
readitlater: replace unused url property with comment
Signed-off-by: Carlo Lobrano <[email protected]>
1 parent fc47aae commit eeb4c29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readitlater.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ process_youtube() {
174174
:PROPERTIES:
175175
:CREATED: ${creation_date}
176176
:LEN: ${duration_minutes:-0}
177-
:URL: ${url}
177+
:COMMENT:
178178
:END:
179179
$url
180180
@@ -208,7 +208,7 @@ process_webpage() {
208208
:PROPERTIES:
209209
:CREATED: ${creation_date}
210210
:LEN: ${reading_time:-0}
211-
:URL: ${url}
211+
:COMMENT:
212212
:END:
213213
$url
214214

0 commit comments

Comments
 (0)