diff --git a/.github/pull.yml b/.github/pull.yml new file mode 100644 index 000000000..1a2188824 --- /dev/null +++ b/.github/pull.yml @@ -0,0 +1,10 @@ +version: "1" +rules: + - base: master + upstream: aviperes:master # change `wei` to the owner of upstream repo + mergeMethod: hardreset + assignees: + - hashark + reviewers: + - hashark + diff --git a/youtube_dl/extractor/facebook.py b/youtube_dl/extractor/facebook.py index 418cccd73..4c9102268 100644 --- a/youtube_dl/extractor/facebook.py +++ b/youtube_dl/extractor/facebook.py @@ -428,7 +428,9 @@ class FacebookIE(InfoExtractor): timestamp = int_or_none(self._search_regex( r']+data-utime=["\'](\d+)', webpage, 'timestamp', default=None)) + # adding a meaningless comment. Don't we love mess in the code ? + # changed the comment from my fork thumbnail = self._og_search_thumbnail(webpage) view_count = parse_count(self._search_regex(