diff --git a/src/source/HDHub4u.test.ts b/src/source/HDHub4u.test.ts index a6478e6..e1c6527 100644 --- a/src/source/HDHub4u.test.ts +++ b/src/source/HDHub4u.test.ts @@ -16,6 +16,11 @@ describe('HDHub4u', () => { expect(streams).toMatchSnapshot(); }); + test('handle the bone temple 2026', async () => { + const streams = await source.handle(ctx, 'movie', new ImdbId('tt32141377', undefined, undefined)); + expect(streams).toMatchSnapshot(); + }); + test('handle stranger things s05e01', async () => { const streams = await source.handle(ctx, 'series', new ImdbId('tt4574334', 5, 1)); expect(streams).toMatchSnapshot(); diff --git a/src/source/HDHub4u.ts b/src/source/HDHub4u.ts index 7da1af4..5b94f44 100644 --- a/src/source/HDHub4u.ts +++ b/src/source/HDHub4u.ts @@ -95,7 +95,7 @@ export class HDHub4u extends Source { private readonly extractHubDriveUrlResults = (html: string, meta: Meta): SourceResult[] => { const $ = cheerio.load(html); - return $('a[href*="hubdrive"]') + return $('a[href*="hubdrive"]:not(:contains("⚡"))') .map((_i, el) => ({ url: new URL($(el).attr('href') as string), meta })) .toArray(); }; diff --git a/src/source/__fixtures__/HDHub4u/https:gadgetsweb.xyzidQURVV2tqL2d3eFoyRmtidnp6NXg3a0NSMXVYa1Vxb0t3V3Z0eEJSOWFicnpMSHNJckV4MzlpSXNPdDFKUVV6MWIzTVcvMlRmcUZQTWlDQjNLRDJRMHA2WkdUVk4xYzNHeWRPZXVxSDRTYlE9 b/src/source/__fixtures__/HDHub4u/https:gadgetsweb.xyzidQURVV2tqL2d3eFoyRmtidnp6NXg3a0NSMXVYa1Vxb0t3V3Z0eEJSOWFicnpMSHNJckV4MzlpSXNPdDFKUVV6MWIzTVcvMlRmcUZQTWlDQjNLRDJRMHA2WkdUVk4xYzNHeWRPZXVxSDRTYlE9 new file mode 100644 index 0000000..97f1050 --- /dev/null +++ b/src/source/__fixtures__/HDHub4u/https:gadgetsweb.xyzidQURVV2tqL2d3eFoyRmtidnp6NXg3a0NSMXVYa1Vxb0t3V3Z0eEJSOWFicnpMSHNJckV4MzlpSXNPdDFKUVV6MWIzTVcvMlRmcUZQTWlDQjNLRDJRMHA2WkdUVk4xYzNHeWRPZXVxSDRTYlE9 @@ -0,0 +1,20 @@ + + +Redirecting ... + + + + + + + + + +Redirecting .. + + + + \ No newline at end of file diff --git a/src/source/__fixtures__/HDHub4u/https:gadgetsweb.xyzidQURVV2tqL2d3eFoyRmtidnp6NXg3a0NSMXVYa1Vxb0t3V3Z0eEJSOWFicnpMSHNJckV4MzlpSXNPdDFKUVV6MXhuRksvNXFtNWFzeE4xMGNhWVdoTEZnSWFXL3RzNk5LTG9ZWlF5RkNITkE9 b/src/source/__fixtures__/HDHub4u/https:gadgetsweb.xyzidQURVV2tqL2d3eFoyRmtidnp6NXg3a0NSMXVYa1Vxb0t3V3Z0eEJSOWFicnpMSHNJckV4MzlpSXNPdDFKUVV6MXhuRksvNXFtNWFzeE4xMGNhWVdoTEZnSWFXL3RzNk5LTG9ZWlF5RkNITkE9 new file mode 100644 index 0000000..5d40abf --- /dev/null +++ b/src/source/__fixtures__/HDHub4u/https:gadgetsweb.xyzidQURVV2tqL2d3eFoyRmtidnp6NXg3a0NSMXVYa1Vxb0t3V3Z0eEJSOWFicnpMSHNJckV4MzlpSXNPdDFKUVV6MXhuRksvNXFtNWFzeE4xMGNhWVdoTEZnSWFXL3RzNk5LTG9ZWlF5RkNITkE9 @@ -0,0 +1,20 @@ + + +Redirecting ... + + + + + + + + + +Redirecting .. + + + + \ No newline at end of file diff --git a/src/source/__fixtures__/HDHub4u/https:gadgetsweb.xyzidRzJkY254VTJ4UUZ5RUc2Rkc0K09pL3B3Q0F2R25UOENFWGl0M1haZ0EyN0VnYmtyV3pQWk13ZkI3RVllYlFjK0UxRVJvbkZTa0hiS0hJTTZmejlqdEhyL05LdjRKckNsZUVDWWMvMmFWUm89 b/src/source/__fixtures__/HDHub4u/https:gadgetsweb.xyzidRzJkY254VTJ4UUZ5RUc2Rkc0K09pL3B3Q0F2R25UOENFWGl0M1haZ0EyN0VnYmtyV3pQWk13ZkI3RVllYlFjK0UxRVJvbkZTa0hiS0hJTTZmejlqdEhyL05LdjRKckNsZUVDWWMvMmFWUm89 new file mode 100644 index 0000000..1f52f79 --- /dev/null +++ b/src/source/__fixtures__/HDHub4u/https:gadgetsweb.xyzidRzJkY254VTJ4UUZ5RUc2Rkc0K09pL3B3Q0F2R25UOENFWGl0M1haZ0EyN0VnYmtyV3pQWk13ZkI3RVllYlFjK0UxRVJvbkZTa0hiS0hJTTZmejlqdEhyL05LdjRKckNsZUVDWWMvMmFWUm89 @@ -0,0 +1,20 @@ + + +Redirecting ... + + + + + + + + + +Redirecting .. + + + + \ No newline at end of file diff --git a/src/source/__fixtures__/HDHub4u/https:gadgetsweb.xyzidRzJkY254VTJ4UUZ5RUc2Rkc0K09pL3B3Q0F2R25UOENFWGl0M1haZ0EyN0VnYmtyV3pQWk13ZkI3RVllYlFjK21QdjkvbG45YUNONUV3YUVBY1NaY1QzTHZLTHU1TU5QTkV0MWRPV0I2RUE9 b/src/source/__fixtures__/HDHub4u/https:gadgetsweb.xyzidRzJkY254VTJ4UUZ5RUc2Rkc0K09pL3B3Q0F2R25UOENFWGl0M1haZ0EyN0VnYmtyV3pQWk13ZkI3RVllYlFjK21QdjkvbG45YUNONUV3YUVBY1NaY1QzTHZLTHU1TU5QTkV0MWRPV0I2RUE9 new file mode 100644 index 0000000..f954fd6 --- /dev/null +++ b/src/source/__fixtures__/HDHub4u/https:gadgetsweb.xyzidRzJkY254VTJ4UUZ5RUc2Rkc0K09pL3B3Q0F2R25UOENFWGl0M1haZ0EyN0VnYmtyV3pQWk13ZkI3RVllYlFjK21QdjkvbG45YUNONUV3YUVBY1NaY1QzTHZLTHU1TU5QTkV0MWRPV0I2RUE9 @@ -0,0 +1,20 @@ + + +Redirecting ... + + + + + + + + + +Redirecting .. + + + + \ No newline at end of file diff --git a/src/source/__fixtures__/HDHub4u/https:hblinks.dadarchives103118 b/src/source/__fixtures__/HDHub4u/https:hblinks.dadarchives103118 new file mode 100644 index 0000000..b7f3d15 --- /dev/null +++ b/src/source/__fixtures__/HDHub4u/https:hblinks.dadarchives103118 @@ -0,0 +1,363 @@ + + + + + + + + +28.Years.Later.The.Bone.Temple.2026.720p – HUBLinks + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+
+ + + + + +
+
+
+
+ + + +
+ +
+

Note: Use Chrome / iDM /ADM For better Downloading Experience.

+
+
+

+
+

+
+

+
+ +
+ +
+ + + +
+
+ + +
+ + + + +
+ +
+ + +
+
+ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/source/__fixtures__/HDHub4u/https:hblinks.dadarchives103119 b/src/source/__fixtures__/HDHub4u/https:hblinks.dadarchives103119 new file mode 100644 index 0000000..b3a7984 --- /dev/null +++ b/src/source/__fixtures__/HDHub4u/https:hblinks.dadarchives103119 @@ -0,0 +1,363 @@ + + + + + + + + +28.Years.Later.The.Bone.Temple.2026.1080p – HUBLinks + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+
+ + + + + +
+
+
+
+ + + +
+ +
+

Note: Use Chrome / iDM /ADM For better Downloading Experience.

+
+
+

+
+

+
+

+
+ +
+ +
+ + + +
+
+ + +
+ + + + +
+ +
+ + +
+
+ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/source/__fixtures__/HDHub4u/https:hblinks.dadarchives104570 b/src/source/__fixtures__/HDHub4u/https:hblinks.dadarchives104570 new file mode 100644 index 0000000..fbc8d30 --- /dev/null +++ b/src/source/__fixtures__/HDHub4u/https:hblinks.dadarchives104570 @@ -0,0 +1,365 @@ + + + + + + + + +28 Years Later: The Bone Temple (2026) 1080p – HUBLinks + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+
+ + + + + +
+
+
+
+ + + +
+ +
+

Note: Use Chrome / iDM /ADM For better Downloading Experience.

+
+
+

+
+

+
+

+
+

+
+ +
+ +
+ + + +
+
+ + +
+ + + + +
+ +
+ + +
+
+ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/source/__fixtures__/HDHub4u/https:hblinks.dadarchives104571 b/src/source/__fixtures__/HDHub4u/https:hblinks.dadarchives104571 new file mode 100644 index 0000000..a9e6fbe --- /dev/null +++ b/src/source/__fixtures__/HDHub4u/https:hblinks.dadarchives104571 @@ -0,0 +1,365 @@ + + + + + + + + +28 Years Later: The Bone Temple (2026) 720p – HUBLinks + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+
+ + + + + +
+
+
+
+ + + +
+ +
+

Note: Use Chrome / iDM /ADM For better Downloading Experience.

+
+
+

+
+

+
+

+
+

+
+ +
+ +
+ + + +
+
+ + +
+ + + + +
+ +
+ + +
+
+ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/source/__fixtures__/HDHub4u/https:new5.hdhub4u.fo28-years-later-the-bone-temple-2026-hdtc-hindi-full-movie b/src/source/__fixtures__/HDHub4u/https:new5.hdhub4u.fo28-years-later-the-bone-temple-2026-hdtc-hindi-full-movie new file mode 100644 index 0000000..4c5560d --- /dev/null +++ b/src/source/__fixtures__/HDHub4u/https:new5.hdhub4u.fo28-years-later-the-bone-temple-2026-hdtc-hindi-full-movie @@ -0,0 +1,3149 @@ + 28 Years Later: The Bone Temple (2026) HDTC [Hindi (Clean)] 1080p 720p & 480p [x264] | Full Movie – HDHub4u Official +
+
+
+
× + +Avoid FAKE Copies of + +HDHub4u + +on Google, + + +Always use + +HDHub4u.Tv + +With VPN to get Official Domain & Follow us on + + +Discord + + + For Latest Updates.


+ + +28 Years Later: The Bone Temple (2026) HDTC [Hindi (Clean)] 1080p 720p & 480p [x264] | Full Movie


Download 28 Years Later: The Bone Temple (2026) Hindi HDTC 1080p 720p & 480p x264 (Clean) | [Drama] Full Movie.
+Watch 28 Years Later: The Bone Temple Full Movie in Hindi Online Free on HDHub4u !

Download 28 Years Later: The Bone Temple (2026) Hindi HDTC Full Movie


28 Years Later: The Bone Temple (Full Movie)

iMDB Rating: 7.8/10
Genre: Horror | Thriller | Science Fiction
Stars: Ralph Fiennes, Jack O’Connell, Alfie Williams
Director: Nia DaCosta
Language: Hindi (Clean)
Quality: HDTC 1080p | 720p | 480p

: Screen-Shots :

Vlcsnap-frame171842.png
+Vlcsnap-frame032043.png
+Vlcsnap-frame105517.png
+Vlcsnap-frame111547.png
+Vlcsnap-frame144192.png
+Vlcsnap-frame149533.png


Download 28 Years Later: The Bone Temple (2026) Full Movie in Hindi | HD

: DOWNLOAD LINKS :


480p⚡[370MB]


720p x264 [1GB]


1080p x264 [2GB]


HQ 1080p [4.5GB]


WATCH | PLAYER-2


Download 28 Years Later: The Bone Temple Full Movie Hindi HD | Watch Online Full Movie :-

Download 28 Years Later: The Bone Temple Hindi HDTC 720p & 480p HD | Watch Online on HDHub4u :

DESCRIPTION: : 28 Years Later: The Bone Temple (2026) Hindi 720p HDTC x264 1GB Watch Online [G-Drive] 9xmovies, world4ufree, world4free, Khatrimaza 123Movies fmovies Gomovies gostream 300Mb Dual Audio Hindi Dubbed | 28 Years Later: The Bone Temple 720p WEBRip x264 AC3 ESub Hindi (Clean) Download Google Drive links Free on HDHub4u | Latest Movies & Series Free Download & Watch Online | AMAZON PRIME | NETFLIX Free Download .


Download 28 Years Later: The Bone Temple (2026) Hindi HDTC Full Movie – Storyline :

28 Years Later: The Bone Temple (2026) Hindi 720p Full Movie: Dr. Kelson finds himself in a shocking new relationship – with consequences that could change the world as they know it – and Spike’s encounter with Jimmy Crystal becomes a nightmare he can’t escape.

Download 28 Years Later: The Bone Temple (2026) HDTC Full Movie in Hindi – Review :

N/A Please Watch And Give Reviews in The Comment Section

Did you Like it?
115 Reactions
Excellent
Excellent
63
Loved
Loved
19
Thanks
Thanks
16
Wow
Wow
7
Sad
Sad
10
+ Subscribe +
Notify of
+
+
+
+guest
+
+
+12 Comments
+Newest +
+Oldest
Inline Feedbacks
View all comments
+Motaleb Babu
+Motaleb Babu
+ +1 month ago

Best movies download and dubbed web in the world.

+Anonymous
+Anonymous
+ +1 month ago

Make it English audio please

+Naresh
+Naresh
+ +1 month ago

Gopichand viswam movie hq dub karo plz 🙏❤️ the

+Aakash
+Aakash
+ +1 month ago

(The ugly) Korean movie Ka Hindi dubbed Karo please

+Rohit
+Rohit
+ +1 month ago

Bro plz Upload “The Animal Kingdom”

+Kunal
+Kunal
+ +2 months ago

Thankyou bro for this Print

+Ashok
+Ashok
+ +2 months ago

Iron fist web series

+Anonymous
+Anonymous
+ +2 months ago

English audio please

+Anik
+Anik
+ +2 months ago

Anime send karde

+Rehan
+Rehan
+ +2 months ago

Please release A knight of the seven kingdoms 🥺

+Anonymous
+Anonymous
+ +2 months ago

Can please put 2 audio….. Hindi and english

+Ggwp
+Ggwp
+ +2 months ago

A knight of seven kingdoms ka e1 upload karo



+ + + + \ No newline at end of file diff --git a/src/source/__fixtures__/HDHub4u/https:new5.hdhub4u.fo28-years-later-the-bone-temple-2026-hindi-webrip-full-movie b/src/source/__fixtures__/HDHub4u/https:new5.hdhub4u.fo28-years-later-the-bone-temple-2026-hindi-webrip-full-movie new file mode 100644 index 0000000..9b51ab5 --- /dev/null +++ b/src/source/__fixtures__/HDHub4u/https:new5.hdhub4u.fo28-years-later-the-bone-temple-2026-hindi-webrip-full-movie @@ -0,0 +1,3115 @@ + 28 Years Later: The Bone Temple (2026) WEB-DL [Hindi (DD5.1) & English] 4K 1080p 720p & 480p Dual Audio [x264/10Bit-HEVC] | Full Movie – HDHub4u Official +
+
+
+
× + +Avoid FAKE Copies of + +HDHub4u + +on Google, + + +Always use + +HDHub4u.Tv + +With VPN to get Official Domain & Follow us on + + +Discord + + + For Latest Updates.


+ + +28 Years Later: The Bone Temple (2026) WEB-DL [Hindi (DD5.1) & English] 4K 1080p 720p & 480p Dual Audio [x264/10Bit-HEVC] | Full Movie


Download 28 Years Later: The Bone Temple (2026) WEB-DL [Hindi (DD5.1) & English] 2160p 1080p 720p & 480p Dual Audio [x264/10Bit-HEVC] | Full Movie,
+Watch 28 Years Later: The Bone Temple Full Movie in Hindi Dubbed Online Free on HDHub4u !

Download 28 Years Later The Bone Temple 2026 Hindi Dubbed HDRip Full Movie


28 Years Later: The Bone Temple (Hindi Dubbed)

iMDB Rating: 7.8/10
Genre: Horror | Thriller | Science Fiction
Stars: Ralph Fiennes, Jack O’Connell, Alfie Williams
Director: Nia DaCosta
Language: Dual Audio [Hindi (DD5.1) + English] / ESubs
Quality: WEB-DL 4K | 1080p | 720p | 480p

: Screen-Shots :

Download 28 Years Later The Bone Temple 2026 Hindi Dubbed HDRip Full Movie Download 28 Years Later The Bone Temple 2026 Hindi Dubbed HDRip Full Movie Download 28 Years Later The Bone Temple 2026 Hindi Dubbed HDRip Full Movie vlcsnap-2026-02-16-23h10m16s585.th.jpg vlcsnap-2026-02-16-23h10m56s639.th.jpg Download 28 Years Later The Bone Temple 2026 Hindi Dubbed HDRip Full Movie Download 28 Years Later The Bone Temple 2026 Hindi Dubbed HDRip Full Movie vlcsnap-2026-02-16-23h13m10s141.th.jpg



28 Years Later: The Bone Temple (2026) WEB-DL Hindi Full Movie in Dual Audio [HD] | Watch Online :-

Download 28 Years Later: The Bone Temple (2026) Hindi Dubbed Movie HDRip 720p Dual Audio | Watch Online on HDHub4u :

28 Years Later: The Bone Temple (2026) Dual Audio [Hindi (DD5.1) + English] 720p HDRip x264 1GB Watch Online [G-Drive] 9xmovies, world4ufree, world4free, Khatrimaza 123Movies fmovies Gomovies gostream 300Mb Dual Audio Hindi Dubbed | 28 Years Later: The Bone Temple 720p WEBRip x264 AC3 ESub Dual Audio [Hindi (ORG 5.1) + English] DD5.1 Download Google Drive links Free on HDHub4u | Latest Movies & Series Free Download & Watch Online | AMAZON PRIME | NETFLIX Free Download .


Download 28 Years Later: The Bone Temple (2026) Hindi Dubbed Full Movie – Storyline :

28 Years Later: The Bone Temple (2026) Hindi Dubbed : Dr. Kelson finds himself in a shocking new relationship – with consequences that could change the world as they know it – and Spike’s encounter with Jimmy Crystal becomes a nightmare he can’t escape.

Download 28 Years Later: The Bone Temple (2026) HDRip Full Movie in Hindi – Review :

28 Years Later: The Bone Temple (2026) Hindi Dubbed 720p HDRip: Absolutely loved this chapter of the story. Alex Garland and Danny Boyle’s influence still pulses through the film, even under a new director. The Samson/Kelso relationship was genuinely magical, and I was deeply moved by the way their story was told. The dancing sequences and music choices had me smiling from ear to ear and laughing a few times. I can’t recommend this enough. I was already a super fan, but this film completely hit the spot, one of my favorite cinema trips ever.
Did you Like it?
41 Reactions
Excellent
Excellent
25
Loved
Loved
3
Thanks
Thanks
6
Wow
Wow
0
Sad
Sad
7
+ Subscribe +
Notify of
+
+
+
+guest
+
+
+6 Comments
+Newest +
+Oldest
Inline Feedbacks
View all comments
+Roy
+Roy
+ +1 month ago

Pakistani movie full uncut version Tich Button

+Roy
+Roy
+ +1 month ago

Tich button movie

+Roy
+Roy
+ +1 month ago

Plssss add tich button movie Urdu full uncut Pakistani

+Roy
+Roy
+ +1 month ago

Add tich button Pakistani movie

+Anik
+Anik
+ +1 month ago

Anime send kardo admin

+Suraj
+Suraj
+ +1 month ago

Inside edge download nahi ho Raha hai



+ + + + \ No newline at end of file diff --git a/src/source/__fixtures__/HDHub4u/https:search.pingora.fyicollectionspostdocumentssearchquery_byimdb_idandqtt32141377 b/src/source/__fixtures__/HDHub4u/https:search.pingora.fyicollectionspostdocumentssearchquery_byimdb_idandqtt32141377 new file mode 100644 index 0000000..907f063 --- /dev/null +++ b/src/source/__fixtures__/HDHub4u/https:search.pingora.fyicollectionspostdocumentssearchquery_byimdb_idandqtt32141377 @@ -0,0 +1 @@ +{"facet_counts":[],"found":2,"hits":[{"document":{"category":["300MB Movies","Dual Audio","HD Movies","Hindi Dubbed","HollyWood","Horror","Sci-Fi","Thriller"],"director":["Nia DaCosta"],"id":"183681","imdb_id":"tt32141377","permalink":"/28-years-later-the-bone-temple-2026-hindi-webrip-full-movie/","post_date":"February 17, 2026","post_thumbnail":"https://image.tmdb.org/t/p/w500/fVlbHQvKgZHF1uEIYePZqpfDqaJ.jpg","post_title":"28 Years Later: The Bone Temple (2026) WEB-DL [Hindi (DD5.1) & English] 4K 1080p 720p & 480p Dual Audio [x264/10Bit-HEVC] | Full Movie","post_type":"post","sort_by_date":1771333131,"stars":["Ralph Fiennes","Jack O'Connell","Alfie Williams"]},"highlight":{"imdb_id":{"matched_tokens":["tt32141377"],"snippet":"tt32141377"}},"highlights":[{"field":"imdb_id","matched_tokens":["tt32141377"],"snippet":"tt32141377"}],"text_match":578730123365711993,"text_match_info":{"best_field_score":"1108091339008","best_field_weight":15,"fields_matched":1,"num_tokens_dropped":0,"score":"578730123365711993","tokens_matched":1,"typo_prefix_score":0}},{"document":{"category":["HollyWood","Horror","Sci-Fi","Thriller"],"director":["Nia DaCosta"],"id":"182051","imdb_id":"tt32141377","permalink":"/28-years-later-the-bone-temple-2026-hdtc-hindi-full-movie/","post_date":"January 19, 2026","post_thumbnail":"https://image.tmdb.org/t/p/w400/kK1BGkG3KAvWB0WMV1DfOx9yTMZ.jpg","post_title":"28 Years Later: The Bone Temple (2026) HDTC [Hindi (Clean)] 1080p 720p & 480p [x264] | Full Movie","post_type":"post","sort_by_date":1768822585,"stars":["Ralph Fiennes","Jack O'Connell","Alfie Williams"]},"highlight":{"imdb_id":{"matched_tokens":["tt32141377"],"snippet":"tt32141377"}},"highlights":[{"field":"imdb_id","matched_tokens":["tt32141377"],"snippet":"tt32141377"}],"text_match":578730123365711993,"text_match_info":{"best_field_score":"1108091339008","best_field_weight":15,"fields_matched":1,"num_tokens_dropped":0,"score":"578730123365711993","tokens_matched":1,"typo_prefix_score":0}}],"out_of":13464,"page":1,"request_params":{"collection_name":"post","first_q":"tt32141377","per_page":10,"q":"tt32141377"},"search_cutoff":false,"search_time_ms":0} \ No newline at end of file diff --git a/src/source/__snapshots__/HDHub4u.test.ts.snap b/src/source/__snapshots__/HDHub4u.test.ts.snap index 8161864..7602189 100644 --- a/src/source/__snapshots__/HDHub4u.test.ts.snap +++ b/src/source/__snapshots__/HDHub4u.test.ts.snap @@ -206,3 +206,99 @@ exports[`HDHub4u handle superman 2025 1`] = ` }, ] `; + +exports[`HDHub4u handle the bone temple 2026 1`] = ` +[ + { + "meta": { + "countryCodes": [ + "multi", + "en", + "hi", + ], + }, + "url": "https://hubdrive.space/file/2165806385", + }, + { + "meta": { + "countryCodes": [ + "multi", + "en", + "hi", + ], + }, + "url": "https://hubdrive.space/file/2777734670", + }, + { + "meta": { + "countryCodes": [ + "multi", + "en", + "hi", + ], + }, + "url": "https://hubdrive.space/file/6051118182", + }, + { + "meta": { + "countryCodes": [ + "multi", + "en", + "hi", + ], + }, + "url": "https://hubdrive.space/file/13783802255", + }, + { + "meta": { + "countryCodes": [ + "multi", + "en", + "hi", + ], + "referer": "https://hblinks.dad/archives/104571", + }, + "url": "https://hubdrive.space/file/2026023433", + }, + { + "meta": { + "countryCodes": [ + "multi", + "en", + "hi", + ], + "referer": "https://hblinks.dad/archives/104570", + }, + "url": "https://hubdrive.space/file/4232622187", + }, + { + "meta": { + "countryCodes": [ + "multi", + "hi", + ], + }, + "url": "https://hubdrive.space/file/2298599706", + }, + { + "meta": { + "countryCodes": [ + "multi", + "hi", + ], + "referer": "https://hblinks.dad/archives/103118", + }, + "url": "https://hubdrive.space/file/2291074311", + }, + { + "meta": { + "countryCodes": [ + "multi", + "hi", + ], + "referer": "https://hblinks.dad/archives/103119", + }, + "url": "https://hubdrive.space/file/2244066767", + }, +] +`;